#4276AB

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

Shades of Steel Blue #4276AB

Tints of Steel Blue #4276AB

Color information

#4276AB (or 0x4276AB) is unknown color: approx Steel Blue. HEX triplet: 42, 76 and AB. RGB value is (66,118,171). Sum of RGB (Red+Green+Blue) = 66+118+171=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #4276AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4276AB is #BD8954. Grayscale: #6C6C6C. Windows color (decimal): -12421461 or 11236930. OLE color: 11236930.

HSL color Cylindrical-coordinate representation of color #4276AB: hue angle of 210.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4276AB is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66118171-
CMYK0.610.3100.33
HSL210.29º44.3%46.47%-
HSV(B)210.29º61.4%67.06%-
XYZ16.0817.0640.97-
YUV108.49163.2797.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=18.59%
G=33.24%
B=48.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661181710.610.3100.33210.2944.346.47
Hex4276AB3D1F021d22c2e
Octal10216625375370413225456
Binary100001011101101010101111110111111010000111010010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4276AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4276AB; }

 p { color: rgb(66,118,171); }

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

<style>
 a { background-color: #4276AB; }

 a { background-color: rgb(66,118,171); }

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

<style>
 span { border-color: #4276AB; }

 span { border-color: rgb(66,118,171); }

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