#4772BD

Color #4772BD Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4772BD

Tints of Steel Blue #4772BD

Color information

#4772BD (or 0x4772BD) is unknown color: approx Steel Blue. HEX triplet: 47, 72 and BD. RGB value is (71,114,189). Sum of RGB (Red+Green+Blue) = 71+114+189=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #4772BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4772BD is #B88D42. Grayscale: #6D6D6D. Windows color (decimal): -12094787 or 12415559. OLE color: 12415559.

HSL color Cylindrical-coordinate representation of color #4772BD: hue angle of 218.14º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4772BD is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB71114189-
CMYK0.620.4000.26
HSL218.14º47.2%50.98%-
HSV(B)218.14º62.43%74.12%-
XYZ17.817.0550.5-
YUV109.69172.75100.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.98%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 189 (74.22% from 255) = 50.53%
R=18.98%
G=30.48%
B=50.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711141890.620.4000.26218.1447.250.98
Hex4772BD3E2801Ada2f33
Octal10716227576500323325763
Binary100011111100101011110111111010100001101011011010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4772BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4772BD;
 }
 .AnyTagClassName
 {
   color: #4772BD;
 }
</style>
background-color css

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

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

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

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

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

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