Html Css Color HEX #4976BA Steel Blue

📋 copy color: '#4976BA'

red 73 ◦ green 118 ◦ blue 186

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

Shades of Steel Blue #4976BA

Tints of Steel Blue #4976BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

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

R = 19.36%
G = 31.3%
B = 49.34%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4976BA (or 0x4976BA) is known color: Steel Blue. HEX triplet: 49, 76 and BA. RGB value is (73,118,186). Sum of RGB (Red+Green+Blue) = 73+118+186=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #4976BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4976BA is #B68945. Grayscale: #6F6F6F. Windows color (decimal): -11962694 or 12219977. OLE color: 12219977.

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

Color convert

RGB 73 118 186 -
CMYK 0.61 0.37 0 0.27
HSL 216.11º 0.45% 0.51% -
HSV(B) 216.11º 0.61% 0.73% -
XYZ 18.09 17.92 48.96 -
YUV 112.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 73 118 186 0.61 0.37 0 0.27 216.11 0.45 0.51
Hex 49 76 BA 3D 25 0 1B D8 2D 33
Octal 111 166 272 75 45 0 33 330 55 63
Binary 1001001 1110110 10111010 111101 100101 0 11011 11011000 101101 110011

Color Harmonies of #4976BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4976BA

Black with #4976BA

Text Example


Text Example

White with #4976BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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