#4775BF

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

Shades of Steel Blue #4775BF

Tints of Steel Blue #4775BF

Color information

#4775BF (or 0x4775BF) is unknown color: approx Steel Blue. HEX triplet: 47, 75 and BF. RGB value is (71,117,191). Sum of RGB (Red+Green+Blue) = 71+117+191=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #4775BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4775BF is #B88A40. Grayscale: #6F6F6F. Windows color (decimal): -12094017 or 12547399. OLE color: 12547399.

HSL color Cylindrical-coordinate representation of color #4775BF: hue angle of 217º 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 #4775BF is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71117191-
CMYK0.630.3900.25
HSL217º48.39%51.37%-
HSV(B)217º62.83%74.9%-
XYZ18.3617.8251.76-
YUV111.68172.7698.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.73%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 191 (75% from 255) = 50.40%
R=18.73%
G=30.87%
B=50.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711171910.630.3900.2521748.3951.37
Hex4775BF3F27019d93033
Octal10716527777470313316063
Binary100011111101011011111111111110011101100111011001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4775BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4775BF; }

 p { color: rgb(71,117,191); }

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

<style>
 a { background-color: #4775BF; }

 a { background-color: rgb(71,117,191); }

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

<style>
 span { border-color: #4775BF; }

 span { border-color: rgb(71,117,191); }

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