Html Css Color HEX #4878BD Steel Blue

📋 copy color: '#4878BD'

red 72 ◦ green 120 ◦ blue 189

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

Shades of Steel Blue #4878BD

Tints of Steel Blue #4878BD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.5%

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

R = 18.9%
G = 31.5%
B = 49.61%

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

#4878BD (or 0x4878BD) is known color: Steel Blue. HEX triplet: 48, 78 and BD. RGB value is (72,120,189). Sum of RGB (Red+Green+Blue) = 72+120+189=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #4878BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4878BD is #B78742. Grayscale: #717171. Windows color (decimal): -12027715 or 12417096. OLE color: 12417096.

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

Color convert

RGB 72 120 189 -
CMYK 0.62 0.37 0 0.26
HSL 215.38º 0.47% 0.51% -
HSV(B) 215.38º 0.62% 0.74% -
XYZ 18.57 18.48 50.73 -
YUV 113.51 170.6 98.39 -
System Red Green Blue C M Y K H S L
Decimal 72 120 189 0.62 0.37 0 0.26 215.38 0.47 0.51
Hex 48 78 BD 3E 25 0 1A D7 2F 33
Octal 110 170 275 76 45 0 32 327 57 63
Binary 1001000 1111000 10111101 111110 100101 0 11010 11010111 101111 110011

Color Harmonies of #4878BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4878BD

Black with #4878BD

Text Example


Text Example

White with #4878BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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