Html Css Color HEX #4970BB Steel Blue

📋 copy color: '#4970BB'

red 73 ◦ green 112 ◦ blue 187

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

Shades of Steel Blue #4970BB

Tints of Steel Blue #4970BB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.11%

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

R = 19.62%
G = 30.11%
B = 50.27%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4970BB (or 0x4970BB) is known color: Steel Blue. HEX triplet: 49, 70 and BB. RGB value is (73,112,187). Sum of RGB (Red+Green+Blue) = 73+112+187=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #4970BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4970BB is #B68F44. Grayscale: #6C6C6C. Windows color (decimal): -11964229 or 12283977. OLE color: 12283977.

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

Color convert

RGB 73 112 187 -
CMYK 0.61 0.40 0 0.27
HSL 219.47º 0.46% 0.51% -
HSV(B) 219.47º 0.61% 0.73% -
XYZ 17.51 16.59 49.29 -
YUV 108.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 73 112 187 0.61 0.40 0 0.27 219.47 0.46 0.51
Hex 49 70 BB 3D 28 0 1B DB 2E 33
Octal 111 160 273 75 50 0 33 333 56 63
Binary 1001001 1110000 10111011 111101 101000 0 11011 11011011 101110 110011

Color Harmonies of #4970BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4970BB

Black with #4970BB

Text Example


Text Example

White with #4970BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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