Html Css Color HEX #4772BB Steel Blue

📋 copy color: '#4772BB'

red 71 ◦ green 114 ◦ blue 187

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

Shades of Steel Blue #4772BB

Tints of Steel Blue #4772BB

RGB

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

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

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

R = 19.09%
G = 30.65%
B = 50.27%

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

#4772BB (or 0x4772BB) is known color: Steel Blue. HEX triplet: 47, 72 and BB. RGB value is (71,114,187). Sum of RGB (Red+Green+Blue) = 71+114+187=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 114 (44.92% from 255 or 30.65% 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 #4772BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4772BB is #B88D44. Grayscale: #6D6D6D. Windows color (decimal): -12094789 or 12284487. OLE color: 12284487.

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

Color convert

RGB 71 114 187 -
CMYK 0.62 0.39 0 0.27
HSL 217.76º 0.46% 0.51% -
HSV(B) 217.76º 0.62% 0.73% -
XYZ 17.59 16.96 49.36 -
YUV 109.47 171.75 100.56 -
System Red Green Blue C M Y K H S L
Decimal 71 114 187 0.62 0.39 0 0.27 217.76 0.46 0.51
Hex 47 72 BB 3E 27 0 1B DA 2E 33
Octal 107 162 273 76 47 0 33 332 56 63
Binary 1000111 1110010 10111011 111110 100111 0 11011 11011010 101110 110011

Color Harmonies of #4772BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4772BB

Black with #4772BB

Text Example


Text Example

White with #4772BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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