#476062

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

Shades of Smalt Blue #476062

Tints of Smalt Blue #476062

Color information

#476062 (or 0x476062) is unknown color: approx Smalt Blue. HEX triplet: 47, 60 and 62. RGB value is (71,96,98). Sum of RGB (Red+Green+Blue) = 71+96+98=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 98 - color contains mainly: blue. Hex color #476062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476062 is #B89F9D. Grayscale: #585858. Windows color (decimal): -12099486 or 6447175. OLE color: 6447175.

HSL color Cylindrical-coordinate representation of color #476062: hue angle of 184.44º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #476062 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB719698-
CMYK0.280.0200.62
HSL184.44º15.98%33.14%-
HSV(B)184.44º27.55%38.43%-
XYZ8.9910.5913.13-
YUV88.75133.22115.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=26.79%
G=36.23%
B=36.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196980.280.0200.62184.4415.9833.14
Hex4760621C203Eb81021
Octal1071401423420762702041
Binary100011111000001100010111001001111101011100010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476062; }

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

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

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

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

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

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

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

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