#4871B7

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

Shades of Steel Blue #4871B7

Tints of Steel Blue #4871B7

Color information

#4871B7 (or 0x4871B7) is unknown color: approx Steel Blue. HEX triplet: 48, 71 and B7. RGB value is (72,113,183). Sum of RGB (Red+Green+Blue) = 72+113+183=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #4871B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4871B7 is #B78E48. Grayscale: #6C6C6C. Windows color (decimal): -12029513 or 12022088. OLE color: 12022088.

HSL color Cylindrical-coordinate representation of color #4871B7: hue angle of 217.84º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4871B7 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB72113183-
CMYK0.610.3800.28
HSL217.84º43.53%50%-
HSV(B)217.84º60.66%71.76%-
XYZ17.1216.6147.1-
YUV108.72169.92101.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.57%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 183 (71.88% from 255) = 49.73%
R=19.57%
G=30.71%
B=49.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal721131830.610.3800.28217.8443.5350
Hex4871B73D2601Cda2c32
Octal11016126775460343325462
Binary100100011100011011011111110110011001110011011010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4871B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4871B7; }

 p { color: rgb(72,113,183); }

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

<style>
 a { background-color: #4871B7; }

 a { background-color: rgb(72,113,183); }

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

<style>
 span { border-color: #4871B7; }

 span { border-color: rgb(72,113,183); }

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