Html Css Color HEX #4772BA Steel Blue

📋 copy color: '#4772BA'

red 71 ◦ green 114 ◦ blue 186

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

Shades of Steel Blue #4772BA

Tints of Steel Blue #4772BA

RGB

 RED value IS 71 (28.13% from 255) = 19.14%

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

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

R = 19.14%
G = 30.73%
B = 50.13%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4772BA (or 0x4772BA) is known color: Steel Blue. HEX triplet: 47, 72 and BA. RGB value is (71,114,186). Sum of RGB (Red+Green+Blue) = 71+114+186=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #4772BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4772BA is #B88D45. Grayscale: #6D6D6D. Windows color (decimal): -12094790 or 12218951. OLE color: 12218951.

HSL color Cylindrical-coordinate representation of color #4772BA: hue angle of 217.57º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4772BA is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 114 186 -
CMYK 0.62 0.39 0 0.27
HSL 217.57º 0.45% 0.5% -
HSV(B) 217.57º 0.62% 0.73% -
XYZ 17.48 16.92 48.8 -
YUV 109.35 171.25 100.65 -
System Red Green Blue C M Y K H S L
Decimal 71 114 186 0.62 0.39 0 0.27 217.57 0.45 0.5
Hex 47 72 BA 3E 27 0 1B DA 2D 32
Octal 107 162 272 76 47 0 33 332 55 62
Binary 1000111 1110010 10111010 111110 100111 0 11011 11011010 101101 110010

Color Harmonies of #4772BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4772BA

Black with #4772BA

Text Example


Text Example

White with #4772BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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