Html Css Color HEX #4877BD Steel Blue

📋 copy color: '#4877BD'

red 72 ◦ green 119 ◦ blue 189

#4877BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #4877BD

Tints of Steel Blue #4877BD

RGB

 RED value IS 72 (28.52% from 255) = 18.95%

 GREEN value IS 119 (46.88% from 255) = 31.32%

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 18.95%
G = 31.32%
B = 49.74%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4877BD (or 0x4877BD) is known color: Steel Blue. HEX triplet: 48, 77 and BD. RGB value is (72,119,189). Sum of RGB (Red+Green+Blue) = 72+119+189=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #4877BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4877BD is #B78842. Grayscale: #707070. Windows color (decimal): -12027971 or 12416840. OLE color: 12416840.

HSL color Cylindrical-coordinate representation of color #4877BD: hue angle of 215.9º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4877BD is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 119 189 -
CMYK 0.62 0.37 0 0.26
HSL 215.9º 0.47% 0.51% -
HSV(B) 215.9º 0.62% 0.74% -
XYZ 18.45 18.25 50.69 -
YUV 112.93 170.93 98.81 -
System Red Green Blue C M Y K H S L
Decimal 72 119 189 0.62 0.37 0 0.26 215.9 0.47 0.51
Hex 48 77 BD 3E 25 0 1A D8 2F 33
Octal 110 167 275 76 45 0 32 330 57 63
Binary 1001000 1110111 10111101 111110 100101 0 11010 11011000 101111 110011

Color Harmonies of #4877BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4877BD

Black with #4877BD

Text Example


Text Example

White with #4877BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4877BD;
 }
 .AnyTagClassName
 {
   color: #4877BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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