#4876BE

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

Shades of Steel Blue #4876BE

Tints of Steel Blue #4876BE

Color information

#4876BE (or 0x4876BE) is unknown color: approx Steel Blue. HEX triplet: 48, 76 and BE. RGB value is (72,118,190). Sum of RGB (Red+Green+Blue) = 72+118+190=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #4876BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4876BE is #B78941. Grayscale: #707070. Windows color (decimal): -12028226 or 12482120. OLE color: 12482120.

HSL color Cylindrical-coordinate representation of color #4876BE: hue angle of 216.61º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4876BE is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72118190-
CMYK0.620.3800.25
HSL216.61º47.58%51.37%-
HSV(B)216.61º62.11%74.51%-
XYZ18.4518.0551.23-
YUV112.45171.7699.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.95%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 190 (74.61% from 255) = 50%
R=18.95%
G=31.05%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721181900.620.3800.25216.6147.5851.37
Hex4876BE3E26019d93033
Octal11016627676460313316063
Binary100100011101101011111011111010011001100111011001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4876BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4876BE; }

 p { color: rgb(72,118,190); }

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

<style>
 a { background-color: #4876BE; }

 a { background-color: rgb(72,118,190); }

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

<style>
 span { border-color: #4876BE; }

 span { border-color: rgb(72,118,190); }

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