#4875B6

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

Shades of Steel Blue #4875B6

Tints of Steel Blue #4875B6

Color information

#4875B6 (or 0x4875B6) is unknown color: approx Steel Blue. HEX triplet: 48, 75 and B6. RGB value is (72,117,182). Sum of RGB (Red+Green+Blue) = 72+117+182=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #4875B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4875B6 is #B78A49. Grayscale: #6E6E6E. Windows color (decimal): -12028490 or 11957576. OLE color: 11957576.

HSL color Cylindrical-coordinate representation of color #4875B6: hue angle of 215.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4875B6 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB72117182-
CMYK0.600.3600.29
HSL215.45º43.31%49.8%-
HSV(B)215.45º60.44%71.37%-
XYZ17.4817.4846.71-
YUV110.96168.09100.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=19.41%
G=31.54%
B=49.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721171820.600.3600.29215.4543.3149.8
Hex4875B63C2401Dd72b32
Octal11016526674440353275362
Binary100100011101011011011011110010010001110111010111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4875B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4875B6; }

 p { color: rgb(72,117,182); }

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

<style>
 a { background-color: #4875B6; }

 a { background-color: rgb(72,117,182); }

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

<style>
 span { border-color: #4875B6; }

 span { border-color: rgb(72,117,182); }

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