#475F64

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

Shades of Smalt Blue #475F64

Tints of Smalt Blue #475F64

Color information

#475F64 (or 0x475F64) is unknown color: approx Smalt Blue. HEX triplet: 47, 5F and 64. RGB value is (71,95,100). Sum of RGB (Red+Green+Blue) = 71+95+100=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 100 - color contains mainly: blue. Hex color #475F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F64 is #B8A09B. Grayscale: #585858. Windows color (decimal): -12099740 or 6577991. OLE color: 6577991.

HSL color Cylindrical-coordinate representation of color #475F64: hue angle of 190.34º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #475F64 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7195100-
CMYK0.290.0500.61
HSL190.34º16.96%33.53%-
HSV(B)190.34º29%39.22%-
XYZ8.9910.4413.6-
YUV88.39134.55115.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 100 (39.45% from 255) = 37.59%
R=26.69%
G=35.71%
B=37.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71951000.290.0500.61190.3416.9633.53
Hex475F641D503Dbe1122
Octal1071371443550752762142
Binary1000111101111111001001110110101111011011111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,95,100); }

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

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

 a { background-color: rgb(71,95,100); }

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

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

 span { border-color: rgb(71,95,100); }

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