#476164

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

Shades of Smalt Blue #476164

Tints of Smalt Blue #476164

Color information

#476164 (or 0x476164) is unknown color: approx Smalt Blue. HEX triplet: 47, 61 and 64. RGB value is (71,97,100). Sum of RGB (Red+Green+Blue) = 71+97+100=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 100 - color contains mainly: blue. Hex color #476164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476164 is #B89E9B. Grayscale: #595959. Windows color (decimal): -12099228 or 6578503. OLE color: 6578503.

HSL color Cylindrical-coordinate representation of color #476164: hue angle of 186.21º 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 #476164 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7197100-
CMYK0.290.0300.61
HSL186.21º16.96%33.53%-
HSV(B)186.21º29%39.22%-
XYZ9.1710.8113.66-
YUV89.57133.89114.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=26.49%
G=36.19%
B=37.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71971000.290.0300.61186.2116.9633.53
Hex4761641D303Dba1122
Octal1071411443530752722142
Binary100011111000011100100111011101111011011101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476164; }

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

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

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

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

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

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

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

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