Html Css Color HEX #4878AA Steel Blue

📋 copy color: '#4878AA'

red 72 ◦ green 120 ◦ blue 170

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

Shades of Steel Blue #4878AA

Tints of Steel Blue #4878AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.96%

R = 19.89%
G = 33.15%
B = 46.96%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4878AA (or 0x4878AA) is known color: Steel Blue. HEX triplet: 48, 78 and AA. RGB value is (72,120,170). Sum of RGB (Red+Green+Blue) = 72+120+170=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #4878AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4878AA is #B78755. Grayscale: #6F6F6F. Windows color (decimal): -12027734 or 11171912. OLE color: 11171912.

HSL color Cylindrical-coordinate representation of color #4878AA: hue angle of 210.61º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4878AA is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 120 170 -
CMYK 0.58 0.29 0 0.33
HSL 210.61º 0.4% 0.47% -
HSV(B) 210.61º 0.58% 0.67% -
XYZ 16.64 17.71 40.57 -
YUV 111.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 72 120 170 0.58 0.29 0 0.33 210.61 0.4 0.47
Hex 48 78 AA 3A 1D 0 21 D3 28 2F
Octal 110 170 252 72 35 0 41 323 50 57
Binary 1001000 1111000 10101010 111010 11101 0 100001 11010011 101000 101111

Color Harmonies of #4878AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4878AA

Black with #4878AA

Text Example


Text Example

White with #4878AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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