#475E63

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

Shades of Smalt Blue #475E63

Tints of Smalt Blue #475E63

Color information

#475E63 (or 0x475E63) is unknown color: approx Smalt Blue. HEX triplet: 47, 5E and 63. RGB value is (71,94,99). Sum of RGB (Red+Green+Blue) = 71+94+99=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #475E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E63 is #B8A19C. Grayscale: #575757. Windows color (decimal): -12099997 or 6512199. OLE color: 6512199.

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

Color convert

RGB719499-
CMYK0.280.0500.61
HSL190.71º16.47%33.33%-
HSV(B)190.71º28.28%38.82%-
XYZ8.8510.2513.32-
YUV87.69134.38116.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 94 (37.11% from 255) = 35.61%
BLUE value IS 99 (39.06% from 255) = 37.5%
R=26.89%
G=35.61%
B=37.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7194990.280.0500.61190.7116.4733.33
Hex475E631C503Dbf1021
Octal1071361433450752772041
Binary1000111101111011000111110010101111011011111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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