COLOR #4298B4

HEX: #4298B4 RGB: (66,152,180)

Color info

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

RGB color model

#4298B4 color RGB value is (66,152,180).

RGB: (66,152,180) (26%, 60%, 71%)

RGB channels and saturation

R 66 of 255 = 26%
G 152 of 255 = 60%
B 180 of 255 = 71%

66
152
180

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

Portions of RGB colors in percentages

R + G + B = 66 + 152 + 180 = 398 (100%)
R 66 of 398 ~ 16.58%
G 152 of 398 ~ 38.19%
B 180 of 398 ~ 45.23'%

%16.58
%38.19
%45.23

CMYK color model

#4298B4 color CMYK value is (63,16,0,29).

  • cyan value is 63.33%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK: (63,16,0,29) C63M16Y0K29 (63%,16%,0%,29%) (0.63/0.16/0.00/0.29) 

CMYK percentages

%63.33
%15.56
%0
%29.41

Codes

Color #4298B4 in popluar color models

42 98 B4
RGB 66 152 180
HSL 195° 46.34% 48.24%
HSB/HSV 195° 63.33% 70.59%
CMYK 63.33% 15.56% 0.00%
29.41%

Color #4298B4 in popluar number systems.

HEX 42 98 B4
Decimal 66 152 180
Binary 1000010 10011000 10110100
Octal 102 230 264

Shades and tints

Shades of #4298B4

#4298B4
(66,152,180)
#3C8BA4
(60,139,164)
#367E94
(54,126,148)
#307184
(48,113,132)
#2A6474
(42,100,116)
#245764
(36,87,100)
#1E4A54
(30,74,84)
#183D44
(24,61,68)
#123034
(18,48,52)
#0C2324
(12,35,36)
#061614
(6,22,20)
#000000
(0,0,0)

Tints of #4298B4

#4298B4
(66,152,180)
#53A1BA
(83,161,186)
#64AAC0
(100,170,192)
#75B3C6
(117,179,198)
#86BCCC
(134,188,204)
#97C5D2
(151,197,210)
#A8CED8
(168,206,216)
#B9D7DE
(185,215,222)
#CAE0E4
(202,224,228)
#DBE9EA
(219,233,234)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4298B4 color. Also use rgb(66,152,180) instead hex code.

Text Font Color

.myTextColor { color: #4298B4; }

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

This text font color is #4298B4.

Background Color

.myBgColor { background-color: #4298B4; }

<div style="background-color:#4298B4">Inner text</div>

This div background color is #4298B4.

Border color

.myBorderColor { border: 1px solid #4298B4; }

<div style="border:3px solid #4298B4">Div</div>

This div border color is #4298B4.

Opacity

.myOpacity80 { color: #4298B4; opacity: 0.8; }

<p style="color:#4298B4;opacity:0.8;">80%</p>

Text with #4298B4 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 #4298B4;}

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

This text has shadow with #4298B4 color.


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

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

This text has shadow with #4298B4 primary color and red secondary color.


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

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

This text has shadow with #4298B4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4298B4.

Preview

Color preview on black background

This text has color #4298B4 on black background.


Color preview on white background

This text has color #4298B4 on white background.


Black color preview on #4298B4 background

This text has black color on #4298B4 background.


White color preview on #4298B4 background

This text has white color on #4298B4 background.


Related colors

Complementary color

Complementary color for #hex is #BD674B.


I love getcolorcode.com

Triadic colors

1 #B44298 and #98B442 with #4298B4 are triadic colors.

2 #B49842 and #9842B4 with #4298B4 are triadic colors.