#475E60

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

Shades of Smalt Blue #475E60

Tints of Smalt Blue #475E60

Color information

#475E60 (or 0x475E60) is unknown color: approx Smalt Blue. HEX triplet: 47, 5E and 60. RGB value is (71,94,96). Sum of RGB (Red+Green+Blue) = 71+94+96=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #475E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E60 is #B8A19F. Grayscale: #575757. Windows color (decimal): -12100000 or 6315591. OLE color: 6315591.

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

Color convert

RGB719496-
CMYK0.260.0200.62
HSL184.8º14.97%32.75%-
HSV(B)184.8º26.04%37.65%-
XYZ8.7110.1912.57-
YUV87.35132.88116.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 96 (37.89% from 255) = 36.78%
R=27.20%
G=36.02%
B=36.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7194960.260.0200.62184.814.9732.75
Hex475E601A203Eb9f21
Octal1071361403220762711741
Binary10001111011110110000011010100111110101110011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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