#475C61

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

Shades of Smalt Blue #475C61

Tints of Smalt Blue #475C61

Color information

#475C61 (or 0x475C61) is unknown color: approx Smalt Blue. HEX triplet: 47, 5C and 61. RGB value is (71,92,97). Sum of RGB (Red+Green+Blue) = 71+92+97=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 97 - color contains mainly: blue. Hex color #475C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C61 is #B8A39E. Grayscale: #565656. Windows color (decimal): -12100511 or 6380615. OLE color: 6380615.

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

Color convert

RGB719297-
CMYK0.270.0500.62
HSL191.54º15.48%32.94%-
HSV(B)191.54º26.8%38.04%-
XYZ8.589.8612.76-
YUV86.29134.04117.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.31%
GREEN value IS 92 (36.33% from 255) = 35.38%
BLUE value IS 97 (38.28% from 255) = 37.31%
R=27.31%
G=35.38%
B=37.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7192970.270.0500.62191.5415.4832.94
Hex475C611B503Ec0f21
Octal1071341413350763001741
Binary100011110111001100001110111010111110110000001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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