Html Css Color HEX #4971BB Steel Blue

📋 copy color: '#4971BB'

red 73 ◦ green 113 ◦ blue 187

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

Shades of Steel Blue #4971BB

Tints of Steel Blue #4971BB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.29%

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

R = 19.57%
G = 30.29%
B = 50.13%

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

#4971BB (or 0x4971BB) is known color: Steel Blue. HEX triplet: 49, 71 and BB. RGB value is (73,113,187). Sum of RGB (Red+Green+Blue) = 73+113+187=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #4971BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4971BB is #B68E44. Grayscale: #6D6D6D. Windows color (decimal): -11963973 or 12284233. OLE color: 12284233.

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

Color convert

RGB 73 113 187 -
CMYK 0.61 0.40 0 0.27
HSL 218.95º 0.46% 0.51% -
HSV(B) 218.95º 0.61% 0.73% -
XYZ 17.62 16.81 49.33 -
YUV 109.48 171.75 101.98 -
System Red Green Blue C M Y K H S L
Decimal 73 113 187 0.61 0.40 0 0.27 218.95 0.46 0.51
Hex 49 71 BB 3D 28 0 1B DB 2E 33
Octal 111 161 273 75 50 0 33 333 56 63
Binary 1001001 1110001 10111011 111101 101000 0 11011 11011011 101110 110011

Color Harmonies of #4971BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4971BB

Black with #4971BB

Text Example


Text Example

White with #4971BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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