#475B60

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

Shades of Smalt Blue #475B60

Tints of Smalt Blue #475B60

Color information

#475B60 (or 0x475B60) is unknown color: approx Smalt Blue. HEX triplet: 47, 5B and 60. RGB value is (71,91,96). Sum of RGB (Red+Green+Blue) = 71+91+96=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #475B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B60 is #B8A49F. Grayscale: #555555. Windows color (decimal): -12100768 or 6314823. OLE color: 6314823.

HSL color Cylindrical-coordinate representation of color #475B60: hue angle of 192º 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 #475B60 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB719196-
CMYK0.260.0500.62
HSL192º14.97%32.75%-
HSV(B)192º26.04%37.65%-
XYZ8.459.6712.49-
YUV85.59133.87117.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 91 (35.94% from 255) = 35.27%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=27.52%
G=35.27%
B=37.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7191960.260.0500.6219214.9732.75
Hex475B601A503Ec0f21
Octal1071331403250763001741
Binary100011110110111100000110101010111110110000001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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