#476169

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

Shades of Smalt Blue #476169

Tints of Smalt Blue #476169

Color information

#476169 (or 0x476169) is unknown color: approx Smalt Blue. HEX triplet: 47, 61 and 69. RGB value is (71,97,105). Sum of RGB (Red+Green+Blue) = 71+97+105=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 105 - color contains mainly: blue. Hex color #476169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476169 is #B89E96. Grayscale: #5A5A5A. Windows color (decimal): -12099223 or 6906183. OLE color: 6906183.

HSL color Cylindrical-coordinate representation of color #476169: hue angle of 194.12º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476169 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7197105-
CMYK0.320.0800.59
HSL194.12º19.32%34.51%-
HSV(B)194.12º32.38%41.18%-
XYZ9.4210.9114.97-
YUV90.14136.39114.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=26.01%
G=35.53%
B=38.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71971050.320.0800.59194.1219.3234.51
Hex47616920803Bc21323
Octal10714115140100733022343
Binary100011111000011101001100000100001110111100001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476169; }

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

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

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

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

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

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

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

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