#476670

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

Shades of Smalt Blue #476670

Tints of Smalt Blue #476670

Color information

#476670 (or 0x476670) is unknown color: approx Smalt Blue. HEX triplet: 47, 66 and 70. RGB value is (71,102,112). Sum of RGB (Red+Green+Blue) = 71+102+112=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #476670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476670 is #B8998F. Grayscale: #5D5D5D. Windows color (decimal): -12097936 or 7366215. OLE color: 7366215.

HSL color Cylindrical-coordinate representation of color #476670: hue angle of 194.63º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #476670 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB71102112-
CMYK0.370.0900.56
HSL194.63º22.4%35.88%-
HSV(B)194.63º36.61%43.92%-
XYZ10.2712.0117.11-
YUV93.87138.23111.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=24.91%
G=35.79%
B=39.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711021120.370.0900.56194.6322.435.88
Hex476670259038c31624
Octal10714616045110703032644
Binary100011111001101110000100101100101110001100001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476670; }

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

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

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

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

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

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

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

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