#4877BE

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

Shades of Steel Blue #4877BE

Tints of Steel Blue #4877BE

Color information

#4877BE (or 0x4877BE) is unknown color: approx Steel Blue. HEX triplet: 48, 77 and BE. RGB value is (72,119,190). Sum of RGB (Red+Green+Blue) = 72+119+190=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #4877BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4877BE is #B78841. Grayscale: #707070. Windows color (decimal): -12027970 or 12482376. OLE color: 12482376.

HSL color Cylindrical-coordinate representation of color #4877BE: hue angle of 216.1º 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 #4877BE is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72119190-
CMYK0.620.3700.25
HSL216.1º47.58%51.37%-
HSV(B)216.1º62.11%74.51%-
XYZ18.5618.2951.27-
YUV113.04171.4398.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.90%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=18.90%
G=31.23%
B=49.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721191900.620.3700.25216.147.5851.37
Hex4877BE3E25019d83033
Octal11016727676450313306063
Binary100100011101111011111011111010010101100111011000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4877BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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