Html Css Color HEX #4879B0 Steel Blue

📋 copy color: '#4879B0'

red 72 ◦ green 121 ◦ blue 176

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

Shades of Steel Blue #4879B0

Tints of Steel Blue #4879B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.7%

R = 19.51%
G = 32.79%
B = 47.7%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4879B0 (or 0x4879B0) is known color: Steel Blue. HEX triplet: 48, 79 and B0. RGB value is (72,121,176). Sum of RGB (Red+Green+Blue) = 72+121+176=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 176 - color contains mainly: blue. Hex color #4879B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4879B0 is #B7864F. Grayscale: #707070. Windows color (decimal): -12027472 or 11565384. OLE color: 11565384.

HSL color Cylindrical-coordinate representation of color #4879B0: hue angle of 211.73º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4879B0 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 121 176 -
CMYK 0.59 0.31 0 0.31
HSL 211.73º 0.42% 0.49% -
HSV(B) 211.73º 0.59% 0.69% -
XYZ 17.35 18.19 43.67 -
YUV 112.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 72 121 176 0.59 0.31 0 0.31 211.73 0.42 0.49
Hex 48 79 B0 3B 1F 0 1F D4 2A 31
Octal 110 171 260 73 37 0 37 324 52 61
Binary 1001000 1111001 10110000 111011 11111 0 11111 11010100 101010 110001

Color Harmonies of #4879B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4879B0

Black with #4879B0

Text Example


Text Example

White with #4879B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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