#476165

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

Shades of Smalt Blue #476165

Tints of Smalt Blue #476165

Color information

#476165 (or 0x476165) is unknown color: approx Smalt Blue. HEX triplet: 47, 61 and 65. RGB value is (71,97,101). Sum of RGB (Red+Green+Blue) = 71+97+101=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 101 - color contains mainly: blue. Hex color #476165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476165 is #B89E9A. Grayscale: #595959. Windows color (decimal): -12099227 or 6644039. OLE color: 6644039.

HSL color Cylindrical-coordinate representation of color #476165: hue angle of 188º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #476165 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7197101-
CMYK0.300.0400.60
HSL188º17.44%33.73%-
HSV(B)188º29.7%39.61%-
XYZ9.2210.8313.92-
YUV89.68134.39114.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.39%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=26.39%
G=36.06%
B=37.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71971010.300.0400.6018817.4433.73
Hex4761651E403Cbc1122
Octal1071411453640742742142
Binary1000111110000111001011111010001111001011110010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476165; }

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

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

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

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

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

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

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

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