Html Css Color HEX #4976BB Steel Blue

📋 copy color: '#4976BB'

red 73 ◦ green 118 ◦ blue 187

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

Shades of Steel Blue #4976BB

Tints of Steel Blue #4976BB

RGB

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

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

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

R = 19.31%
G = 31.22%
B = 49.47%

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

#4976BB (or 0x4976BB) is known color: Steel Blue. HEX triplet: 49, 76 and BB. RGB value is (73,118,187). Sum of RGB (Red+Green+Blue) = 73+118+187=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #4976BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4976BB is #B68944. Grayscale: #707070. Windows color (decimal): -11962693 or 12285513. OLE color: 12285513.

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

Color convert

RGB 73 118 187 -
CMYK 0.61 0.37 0 0.27
HSL 216.32º 0.46% 0.51% -
HSV(B) 216.32º 0.61% 0.73% -
XYZ 18.2 17.96 49.52 -
YUV 112.41 170.09 99.89 -
System Red Green Blue C M Y K H S L
Decimal 73 118 187 0.61 0.37 0 0.27 216.32 0.46 0.51
Hex 49 76 BB 3D 25 0 1B D8 2E 33
Octal 111 166 273 75 45 0 33 330 56 63
Binary 1001001 1110110 10111011 111101 100101 0 11011 11011000 101110 110011

Color Harmonies of #4976BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4976BB

Black with #4976BB

Text Example


Text Example

White with #4976BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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