Html Css Color HEX #4772BE Steel Blue

📋 copy color: '#4772BE'

red 71 ◦ green 114 ◦ blue 190

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

Shades of Steel Blue #4772BE

Tints of Steel Blue #4772BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 18.93%
G = 30.4%
B = 50.67%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4772BE (or 0x4772BE) is known color: Steel Blue. HEX triplet: 47, 72 and BE. RGB value is (71,114,190). Sum of RGB (Red+Green+Blue) = 71+114+190=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #4772BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4772BE is #B88D41. Grayscale: #6D6D6D. Windows color (decimal): -12094786 or 12481095. OLE color: 12481095.

HSL color Cylindrical-coordinate representation of color #4772BE: hue angle of 218.32º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4772BE is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 114 190 -
CMYK 0.63 0.40 0 0.25
HSL 218.32º 0.48% 0.51% -
HSV(B) 218.32º 0.63% 0.75% -
XYZ 17.91 17.09 51.07 -
YUV 109.81 173.25 100.32 -
System Red Green Blue C M Y K H S L
Decimal 71 114 190 0.63 0.40 0 0.25 218.32 0.48 0.51
Hex 47 72 BE 3F 28 0 19 DA 30 33
Octal 107 162 276 77 50 0 31 332 60 63
Binary 1000111 1110010 10111110 111111 101000 0 11001 11011010 110000 110011

Color Harmonies of #4772BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4772BE

Black with #4772BE

Text Example


Text Example

White with #4772BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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