Html Css Color HEX #4977BA Steel Blue

📋 copy color: '#4977BA'

red 73 ◦ green 119 ◦ blue 186

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

Shades of Steel Blue #4977BA

Tints of Steel Blue #4977BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.48%

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

R = 19.31%
G = 31.48%
B = 49.21%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4977BA (or 0x4977BA) is known color: Steel Blue. HEX triplet: 49, 77 and BA. RGB value is (73,119,186). Sum of RGB (Red+Green+Blue) = 73+119+186=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #4977BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4977BA is #B68845. Grayscale: #707070. Windows color (decimal): -11962438 or 12220233. OLE color: 12220233.

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

Color convert

RGB 73 119 186 -
CMYK 0.61 0.36 0 0.27
HSL 215.58º 0.45% 0.51% -
HSV(B) 215.58º 0.61% 0.73% -
XYZ 18.21 18.16 49 -
YUV 112.88 169.26 99.55 -
System Red Green Blue C M Y K H S L
Decimal 73 119 186 0.61 0.36 0 0.27 215.58 0.45 0.51
Hex 49 77 BA 3D 24 0 1B D8 2D 33
Octal 111 167 272 75 44 0 33 330 55 63
Binary 1001001 1110111 10111010 111101 100100 0 11011 11011000 101101 110011

Color Harmonies of #4977BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4977BA

Black with #4977BA

Text Example


Text Example

White with #4977BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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