#475C5F

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

Shades of Smalt Blue #475C5F

Tints of Smalt Blue #475C5F

Color information

#475C5F (or 0x475C5F) is unknown color: approx Smalt Blue. HEX triplet: 47, 5C and 5F. RGB value is (71,92,95). Sum of RGB (Red+Green+Blue) = 71+92+95=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 95 - color contains mainly: blue. Hex color #475C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C5F is #B8A3A0. Grayscale: #565656. Windows color (decimal): -12100513 or 6249543. OLE color: 6249543.

HSL color Cylindrical-coordinate representation of color #475C5F: hue angle of 187.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #475C5F is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB719295-
CMYK0.250.0300.63
HSL187.5º14.46%32.55%-
HSV(B)187.5º25.26%37.25%-
XYZ8.499.8212.27-
YUV86.06133.04117.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=27.52%
G=35.66%
B=36.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7192950.250.0300.63187.514.4632.55
Hex475C5F19303Fbce21
Octal1071341373130772741641
Binary10001111011100101111111001110111111101111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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