COLOR #4299B5

HEX: #4299B5 RGB: (66,153,181)

Color info

#4299B5 contains mainly green and blue colors. Web safe color of #4299B5 is #3399CC (or #39C).

RGB color model

#4299B5 color RGB value is (66,153,181).

RGB: (66,153,181) (26%, 60%, 71%)

RGB channels and saturation

R 66 of 255 = 26%
G 153 of 255 = 60%
B 181 of 255 = 71%

66
153
181

R + G + B ~ 52%. #4299B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 66 + 153 + 181 = 400 (100%)
R 66 of 400 ~ 16.5%
G 153 of 400 ~ 38.25%
B 181 of 400 ~ 45.25'%

%16.5
%38.25
%45.25

CMYK color model

#4299B5 color CMYK value is (64,15,0,29).

  • cyan value is 63.54%
  • magenta value is 15.47%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (64,15,0,29)
C64M15Y0K29 (64%, 15%, 0%, 29%)
(0.64 / 0.15 / 0.00 / 0.29)

CMYK percentages

%63.54
%15.47
%0
%29.02

Codes

Color #4299B5 in popluar color models

42 99 B5
RGB 66 153 181
HSL 195° 46.56% 48.43%
HSB/HSV 195° 63.54% 70.98%
CMYK 63.54% 15.47% 0.00%
29.02%

Color #4299B5 in popluar number systems.

HEX 42 99 B5
Decimal 66 153 181
Binary 1000010 10011001 10110101
Octal 102 231 265

Shades and tints

Shades of #4299B5

#4299B5
(66,153,181)
#3C8CA5
(60,140,165)
#367F95
(54,127,149)
#307285
(48,114,133)
#2A6575
(42,101,117)
#245865
(36,88,101)
#1E4B55
(30,75,85)
#183E45
(24,62,69)
#123135
(18,49,53)
#0C2425
(12,36,37)
#061715
(6,23,21)
#000000
(0,0,0)

Tints of #4299B5

#4299B5
(66,153,181)
#53A2BB
(83,162,187)
#64ABC1
(100,171,193)
#75B4C7
(117,180,199)
#86BDCD
(134,189,205)
#97C6D3
(151,198,211)
#A8CFD9
(168,207,217)
#B9D8DF
(185,216,223)
#CAE1E5
(202,225,229)
#DBEAEB
(219,234,235)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4299B5 color. Also use rgb(66,153,181) instead hex code.

Text Font Color

.myTextColor { color: #4299B5; }

<p style="color:#4299B5">This sample text font color is #4299B5.</p>

This text font color is #4299B5.

Background Color

.myBgColor { background-color: #4299B5; }

<div style="background-color:#4299B5">Inner text</div>

This div background color is #4299B5.

Border color

.myBorderColor { border: 1px solid #4299B5; }

<div style="border:3px solid #4299B5">Div</div>

This div border color is #4299B5.

Opacity

.myOpacity80 { color: #4299B5; opacity: 0.8; }

<p style="color:#4299B5;opacity:0.8;">80%</p>

Text with #4299B5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4299B5;}

<p style="text-shadow: 3px 3px 1px #4299B5">Text here.</p>

This text has shadow with #4299B5 color.


.textShadow {text-shadow: 3px 3px 1px #4299B5', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4299B5, 5px 5px 20px red">Text here.</p>

This text has shadow with #4299B5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4299B5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4299B5, Direction=45, Strength=4)">Text</p>

This text has shadow with #4299B5 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4299B5;
-webkit-box-shadow: 1px 1px 3px 2px #4299B5;
box-shadow: 1px 1px 3px 2px #4299B5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4299B5; -webkit-box-shadow: 1px 1px 3px 2px #4299B5; box-shadow:1px 1px 3px 2px #4299B5;">
Div content here
</div>

This div box has shadow with color #4299B5.

Preview

Color preview on black background

This text has color #4299B5 on black background.


Color preview on white background

This text has color #4299B5 on white background.


Black color preview on #4299B5 background

This text has black color on #4299B5 background.


White color preview on #4299B5 background

This text has white color on #4299B5 background.


Related colors

Complementary color

Complementary color for #hex is #BD664A.


I love getcolorcode.com

Triadic colors

1 #B54299 and #99B542 with #4299B5 are triadic colors.

2 #B59942 and #9942B5 with #4299B5 are triadic colors.