#476063

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

Shades of Smalt Blue #476063

Tints of Smalt Blue #476063

Color information

#476063 (or 0x476063) is unknown color: approx Smalt Blue. HEX triplet: 47, 60 and 63. RGB value is (71,96,99). Sum of RGB (Red+Green+Blue) = 71+96+99=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #476063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476063 is #B89F9C. Grayscale: #585858. Windows color (decimal): -12099485 or 6512711. OLE color: 6512711.

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

Color convert

RGB719699-
CMYK0.280.0300.61
HSL186.43º16.47%33.33%-
HSV(B)186.43º28.28%38.82%-
XYZ9.0310.6113.38-
YUV88.87133.72115.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=26.69%
G=36.09%
B=37.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7196990.280.0300.61186.4316.4733.33
Hex4760631C303Dba1021
Octal1071401433430752722041
Binary100011111000001100011111001101111011011101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476063; }

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

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

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

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

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

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

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

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