#4277AD

Color #4277AD Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4277AD

Tints of Steel Blue #4277AD

Color information

#4277AD (or 0x4277AD) is unknown color: approx Steel Blue. HEX triplet: 42, 77 and AD. RGB value is (66,119,173). Sum of RGB (Red+Green+Blue) = 66+119+173=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #4277AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4277AD is #BD8852. Grayscale: #6D6D6D. Windows color (decimal): -12421203 or 11368258. OLE color: 11368258.

HSL color Cylindrical-coordinate representation of color #4277AD: hue angle of 210.28º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4277AD is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB66119173-
CMYK0.620.3100.32
HSL210.28º44.77%46.86%-
HSV(B)210.28º61.85%67.84%-
XYZ16.3917.3742.02-
YUV109.31163.9497.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 18.44%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 173 (67.97% from 255) = 48.32%
R=18.44%
G=33.24%
B=48.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661191730.620.3100.32210.2844.7746.86
Hex4277AD3E1F020d22d2f
Octal10216725576370403225557
Binary100001011101111010110111111011111010000011010010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4277AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4277AD; }

 p { color: rgb(66,119,173); }

 H1.HeaderClassName
 {
   color: #4277AD;
 }
 .AnyTagClassName
 {
   color: #4277AD;
 }
</style>
background-color css

<style>
 a { background-color: #4277AD; }

 a { background-color: rgb(66,119,173); }

 div.DivClassName
 {
   background-color: #4277AD;
 }
 .BgClassName
 {
   background-color: #4277AD;
 }
</style>
border-color css

<style>
 span { border-color: #4277AD; }

 span { border-color: rgb(66,119,173); }

 td.TdClassName
 {
   border-color: #4277AD;
 }
 .TagClassName
 {
   border-color: #4277AD;
 }
</style>