Html Css Color HEX #4879B5 Steel Blue

📋 copy color: '#4879B5'

red 72 ◦ green 121 ◦ blue 181

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

Shades of Steel Blue #4879B5

Tints of Steel Blue #4879B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.4%

R = 19.25%
G = 32.35%
B = 48.4%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4879B5 (or 0x4879B5) is known color: Steel Blue. HEX triplet: 48, 79 and B5. RGB value is (72,121,181). Sum of RGB (Red+Green+Blue) = 72+121+181=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #4879B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4879B5 is #B7864A. Grayscale: #707070. Windows color (decimal): -12027467 or 11893064. OLE color: 11893064.

HSL color Cylindrical-coordinate representation of color #4879B5: hue angle of 213.03º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4879B5 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 121 181 -
CMYK 0.60 0.33 0 0.29
HSL 213.03º 0.43% 0.5% -
HSV(B) 213.03º 0.6% 0.71% -
XYZ 17.85 18.39 46.32 -
YUV 113.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 72 121 181 0.60 0.33 0 0.29 213.03 0.43 0.5
Hex 48 79 B5 3C 21 0 1D D5 2B 32
Octal 110 171 265 74 41 0 35 325 53 62
Binary 1001000 1111001 10110101 111100 100001 0 11101 11010101 101011 110010

Color Harmonies of #4879B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4879B5

Black with #4879B5

Text Example


Text Example

White with #4879B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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