Html Css Color HEX #4972BA Steel Blue

📋 copy color: '#4972BA'

red 73 ◦ green 114 ◦ blue 186

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

Shades of Steel Blue #4972BA

Tints of Steel Blue #4972BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.56%

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

R = 19.57%
G = 30.56%
B = 49.87%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4972BA (or 0x4972BA) is known color: Steel Blue. HEX triplet: 49, 72 and BA. RGB value is (73,114,186). Sum of RGB (Red+Green+Blue) = 73+114+186=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #4972BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4972BA is #B68D45. Grayscale: #6D6D6D. Windows color (decimal): -11963718 or 12218953. OLE color: 12218953.

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

Color convert

RGB 73 114 186 -
CMYK 0.61 0.39 0 0.27
HSL 218.23º 0.45% 0.51% -
HSV(B) 218.23º 0.61% 0.73% -
XYZ 17.63 17 48.81 -
YUV 109.95 170.92 101.65 -
System Red Green Blue C M Y K H S L
Decimal 73 114 186 0.61 0.39 0 0.27 218.23 0.45 0.51
Hex 49 72 BA 3D 27 0 1B DA 2D 33
Octal 111 162 272 75 47 0 33 332 55 63
Binary 1001001 1110010 10111010 111101 100111 0 11011 11011010 101101 110011

Color Harmonies of #4972BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4972BA

Black with #4972BA

Text Example


Text Example

White with #4972BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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