Html Css Color HEX #4879BA Steel Blue

📋 copy color: '#4879BA'

red 72 ◦ green 121 ◦ blue 186

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

Shades of Steel Blue #4879BA

Tints of Steel Blue #4879BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.93%

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 19%
G = 31.93%
B = 49.08%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4879BA (or 0x4879BA) is known color: Steel Blue. HEX triplet: 48, 79 and BA. RGB value is (72,121,186). Sum of RGB (Red+Green+Blue) = 72+121+186=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #4879BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4879BA is #B78645. Grayscale: #717171. Windows color (decimal): -12027462 or 12220744. OLE color: 12220744.

HSL color Cylindrical-coordinate representation of color #4879BA: hue angle of 214.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4879BA is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 121 186 -
CMYK 0.61 0.35 0 0.27
HSL 214.21º 0.45% 0.51% -
HSV(B) 214.21º 0.61% 0.73% -
XYZ 18.37 18.6 49.08 -
YUV 113.76 168.77 98.21 -
System Red Green Blue C M Y K H S L
Decimal 72 121 186 0.61 0.35 0 0.27 214.21 0.45 0.51
Hex 48 79 BA 3D 23 0 1B D6 2D 33
Octal 110 171 272 75 43 0 33 326 55 63
Binary 1001000 1111001 10111010 111101 100011 0 11011 11010110 101101 110011

Color Harmonies of #4879BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4879BA

Black with #4879BA

Text Example


Text Example

White with #4879BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4879BA; }

 p { color: rgb(72,121,186); }

 H1.HeaderClassName
 {
   color: #4879BA;
 }
 .AnyTagClassName
 {
   color: #4879BA;
 }
</style>

background-color css

<style>
 a { background-color: #4879BA; }

 a { background-color: rgb(72,121,186); }

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

border-color css

<style>
 span { border-color: #4879BA; }

 span { border-color: rgb(72,121,186); }

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