#476266

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

Shades of Smalt Blue #476266

Tints of Smalt Blue #476266

Color information

#476266 (or 0x476266) is unknown color: approx Smalt Blue. HEX triplet: 47, 62 and 66. RGB value is (71,98,102). Sum of RGB (Red+Green+Blue) = 71+98+102=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 102 - color contains mainly: blue. Hex color #476266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476266 is #B89D99. Grayscale: #5A5A5A. Windows color (decimal): -12098970 or 6709831. OLE color: 6709831.

HSL color Cylindrical-coordinate representation of color #476266: hue angle of 187.74º degrees, saturation: 0.18, 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 #476266 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7198102-
CMYK0.300.0400.6
HSL187.74º17.92%33.92%-
HSV(B)187.74º30.39%40%-
XYZ9.3611.0314.21-
YUV90.38134.55114.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 102 (40.23% from 255) = 37.64%
R=26.20%
G=36.16%
B=37.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71981020.300.0400.6187.7417.9233.92
Hex4762661E403Cbc1222
Octal1071421463640742742242
Binary1000111110001011001101111010001111001011110010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476266; }

 p { color: rgb(71,98,102); }

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

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

 a { background-color: rgb(71,98,102); }

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

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

 span { border-color: rgb(71,98,102); }

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