Html Css Color HEX #4979BA Steel Blue

📋 copy color: '#4979BA'

red 73 ◦ green 121 ◦ blue 186

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

Shades of Steel Blue #4979BA

Tints of Steel Blue #4979BA

RGB

 RED value IS 73 (28.91% from 255) = 19.21%

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

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

R = 19.21%
G = 31.84%
B = 48.95%

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

#4979BA (or 0x4979BA) is known color: Steel Blue. HEX triplet: 49, 79 and BA. RGB value is (73,121,186). Sum of RGB (Red+Green+Blue) = 73+121+186=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #4979BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4979BA is #B68645. Grayscale: #717171. Windows color (decimal): -11961926 or 12220745. OLE color: 12220745.

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

Color convert

RGB 73 121 186 -
CMYK 0.61 0.35 0 0.27
HSL 214.51º 0.45% 0.51% -
HSV(B) 214.51º 0.61% 0.73% -
XYZ 18.45 18.64 49.08 -
YUV 114.06 168.6 98.71 -
System Red Green Blue C M Y K H S L
Decimal 73 121 186 0.61 0.35 0 0.27 214.51 0.45 0.51
Hex 49 79 BA 3D 23 0 1B D7 2D 33
Octal 111 171 272 75 43 0 33 327 55 63
Binary 1001001 1111001 10111010 111101 100011 0 11011 11010111 101101 110011

Color Harmonies of #4979BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4979BA

Black with #4979BA

Text Example


Text Example

White with #4979BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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