Html Css Color HEX #4878AC Steel Blue

📋 copy color: '#4878AC'

red 72 ◦ green 120 ◦ blue 172

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

Shades of Steel Blue #4878AC

Tints of Steel Blue #4878AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 19.78%
G = 32.97%
B = 47.25%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4878AC (or 0x4878AC) is known color: Steel Blue. HEX triplet: 48, 78 and AC. RGB value is (72,120,172). Sum of RGB (Red+Green+Blue) = 72+120+172=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #4878AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4878AC is #B78753. Grayscale: #6F6F6F. Windows color (decimal): -12027732 or 11302984. OLE color: 11302984.

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

Color convert

RGB 72 120 172 -
CMYK 0.58 0.30 0 0.33
HSL 211.2º 0.41% 0.48% -
HSV(B) 211.2º 0.58% 0.67% -
XYZ 16.84 17.79 41.58 -
YUV 111.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 72 120 172 0.58 0.30 0 0.33 211.2 0.41 0.48
Hex 48 78 AC 3A 1E 0 21 D3 29 30
Octal 110 170 254 72 36 0 41 323 51 60
Binary 1001000 1111000 10101100 111010 11110 0 100001 11010011 101001 110000

Color Harmonies of #4878AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4878AC

Black with #4878AC

Text Example


Text Example

White with #4878AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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