Html Css Color HEX #4879BF Steel Blue

📋 copy color: '#4879BF'

red 72 ◦ green 121 ◦ blue 191

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

Shades of Steel Blue #4879BF

Tints of Steel Blue #4879BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.74%

R = 18.75%
G = 31.51%
B = 49.74%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4879BF (or 0x4879BF) is known color: Steel Blue. HEX triplet: 48, 79 and BF. RGB value is (72,121,191). Sum of RGB (Red+Green+Blue) = 72+121+191=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #4879BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4879BF is #B78640. Grayscale: #727272. Windows color (decimal): -12027457 or 12548424. OLE color: 12548424.

HSL color Cylindrical-coordinate representation of color #4879BF: hue angle of 215.29º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4879BF is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 121 191 -
CMYK 0.62 0.37 0 0.25
HSL 215.29º 0.48% 0.52% -
HSV(B) 215.29º 0.62% 0.75% -
XYZ 18.91 18.81 51.92 -
YUV 114.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 72 121 191 0.62 0.37 0 0.25 215.29 0.48 0.52
Hex 48 79 BF 3E 25 0 19 D7 30 34
Octal 110 171 277 76 45 0 31 327 60 64
Binary 1001000 1111001 10111111 111110 100101 0 11001 11010111 110000 110100

Color Harmonies of #4879BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4879BF

Black with #4879BF

Text Example


Text Example

White with #4879BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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