Html Css Color HEX #4879BB Steel Blue

📋 copy color: '#4879BB'

red 72 ◦ green 121 ◦ blue 187

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

Shades of Steel Blue #4879BB

Tints of Steel Blue #4879BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 18.95%
G = 31.84%
B = 49.21%

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

#4879BB (or 0x4879BB) is known color: Steel Blue. HEX triplet: 48, 79 and BB. RGB value is (72,121,187). Sum of RGB (Red+Green+Blue) = 72+121+187=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #4879BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4879BB is #B78644. Grayscale: #717171. Windows color (decimal): -12027461 or 12286280. OLE color: 12286280.

HSL color Cylindrical-coordinate representation of color #4879BB: hue angle of 214.43º degrees, saturation: 0.46, 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 #4879BB is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 121 187 -
CMYK 0.61 0.35 0 0.27
HSL 214.43º 0.46% 0.51% -
HSV(B) 214.43º 0.61% 0.73% -
XYZ 18.48 18.64 49.64 -
YUV 113.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 72 121 187 0.61 0.35 0 0.27 214.43 0.46 0.51
Hex 48 79 BB 3D 23 0 1B D6 2E 33
Octal 110 171 273 75 43 0 33 326 56 63
Binary 1001000 1111001 10111011 111101 100011 0 11011 11010110 101110 110011

Color Harmonies of #4879BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4879BB

Black with #4879BB

Text Example


Text Example

White with #4879BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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