Html Css Color HEX #4974BB Steel Blue

📋 copy color: '#4974BB'

red 73 ◦ green 116 ◦ blue 187

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

Shades of Steel Blue #4974BB

Tints of Steel Blue #4974BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

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

R = 19.41%
G = 30.85%
B = 49.73%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4974BB (or 0x4974BB) is known color: Steel Blue. HEX triplet: 49, 74 and BB. RGB value is (73,116,187). Sum of RGB (Red+Green+Blue) = 73+116+187=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #4974BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4974BB is #B68B44. Grayscale: #6E6E6E. Windows color (decimal): -11963205 or 12285001. OLE color: 12285001.

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

Color convert

RGB 73 116 187 -
CMYK 0.61 0.38 0 0.27
HSL 217.37º 0.46% 0.51% -
HSV(B) 217.37º 0.61% 0.73% -
XYZ 17.96 17.5 49.44 -
YUV 111.24 170.75 100.73 -
System Red Green Blue C M Y K H S L
Decimal 73 116 187 0.61 0.38 0 0.27 217.37 0.46 0.51
Hex 49 74 BB 3D 26 0 1B D9 2E 33
Octal 111 164 273 75 46 0 33 331 56 63
Binary 1001001 1110100 10111011 111101 100110 0 11011 11011001 101110 110011

Color Harmonies of #4974BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4974BB

Black with #4974BB

Text Example


Text Example

White with #4974BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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