#475D63

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

Shades of Smalt Blue #475D63

Tints of Smalt Blue #475D63

Color information

#475D63 (or 0x475D63) is unknown color: approx Smalt Blue. HEX triplet: 47, 5D and 63. RGB value is (71,93,99). Sum of RGB (Red+Green+Blue) = 71+93+99=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #475D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D63 is #B8A29C. Grayscale: #575757. Windows color (decimal): -12100253 or 6511943. OLE color: 6511943.

HSL color Cylindrical-coordinate representation of color #475D63: hue angle of 192.86º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475D63 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB719399-
CMYK0.280.0600.61
HSL192.86º16.47%33.33%-
HSV(B)192.86º28.28%38.82%-
XYZ8.7710.0713.29-
YUV87.11134.71116.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 99 (39.06% from 255) = 37.64%
R=27.00%
G=35.36%
B=37.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7193990.280.0600.61192.8616.4733.33
Hex475D631C603Dc11021
Octal1071351433460753012041
Binary1000111101110111000111110011001111011100000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,93,99); }

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

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

 a { background-color: rgb(71,93,99); }

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

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

 span { border-color: rgb(71,93,99); }

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