#475E61

Color #475E61 Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #475E61

Tints of Smalt Blue #475E61

Color information

#475E61 (or 0x475E61) is unknown color: approx Smalt Blue. HEX triplet: 47, 5E and 61. RGB value is (71,94,97). Sum of RGB (Red+Green+Blue) = 71+94+97=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 97 - color contains mainly: blue. Hex color #475E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E61 is #B8A19E. Grayscale: #575757. Windows color (decimal): -12099999 or 6381127. OLE color: 6381127.

HSL color Cylindrical-coordinate representation of color #475E61: hue angle of 186.92º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #475E61 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB719497-
CMYK0.270.0300.62
HSL186.92º15.48%32.94%-
HSV(B)186.92º26.8%38.04%-
XYZ8.7610.2112.82-
YUV87.46133.38116.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=27.10%
G=35.88%
B=37.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7194970.270.0300.62186.9215.4832.94
Hex475E611B303Ebbf21
Octal1071361413330762731741
Binary10001111011110110000111011110111110101110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475E61; }

 p { color: rgb(71,94,97); }

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

<style>
 a { background-color: #475E61; }

 a { background-color: rgb(71,94,97); }

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

<style>
 span { border-color: #475E61; }

 span { border-color: rgb(71,94,97); }

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