#476069

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

Shades of Smalt Blue #476069

Tints of Smalt Blue #476069

Color information

#476069 (or 0x476069) is unknown color: approx Smalt Blue. HEX triplet: 47, 60 and 69. RGB value is (71,96,105). Sum of RGB (Red+Green+Blue) = 71+96+105=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 105 - color contains mainly: blue. Hex color #476069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476069 is #B89F96. Grayscale: #595959. Windows color (decimal): -12099479 or 6905927. OLE color: 6905927.

HSL color Cylindrical-coordinate representation of color #476069: hue angle of 195.88º 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 #476069 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7196105-
CMYK0.320.0900.59
HSL195.88º19.32%34.51%-
HSV(B)195.88º32.38%41.18%-
XYZ9.3310.7314.94-
YUV89.55136.72114.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 105 (41.41% from 255) = 38.60%
R=26.10%
G=35.29%
B=38.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71961050.320.0900.59195.8819.3234.51
Hex47606920903Bc41323
Octal10714015140110733042343
Binary100011111000001101001100000100101110111100010010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476069; }

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

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

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

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

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

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

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

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