#4872BB

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

Shades of Steel Blue #4872BB

Tints of Steel Blue #4872BB

Color information

#4872BB (or 0x4872BB) is unknown color: approx Steel Blue. HEX triplet: 48, 72 and BB. RGB value is (72,114,187). Sum of RGB (Red+Green+Blue) = 72+114+187=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #4872BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4872BB is #B78D44. Grayscale: #6D6D6D. Windows color (decimal): -12029253 or 12284488. OLE color: 12284488.

HSL color Cylindrical-coordinate representation of color #4872BB: hue angle of 218.09º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4872BB is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB72114187-
CMYK0.610.3900.27
HSL218.09º45.82%50.78%-
HSV(B)218.09º61.5%73.33%-
XYZ17.661749.36-
YUV109.76171.59101.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.30%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 187 (73.44% from 255) = 50.13%
R=19.30%
G=30.56%
B=50.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721141870.610.3900.27218.0945.8250.78
Hex4872BB3D2701Bda2e33
Octal11016227375470333325663
Binary100100011100101011101111110110011101101111011010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4872BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4872BB; }

 p { color: rgb(72,114,187); }

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

<style>
 a { background-color: #4872BB; }

 a { background-color: rgb(72,114,187); }

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

<style>
 span { border-color: #4872BB; }

 span { border-color: rgb(72,114,187); }

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