#47606A

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

Shades of Smalt Blue #47606A

Tints of Smalt Blue #47606A

Color information

#47606A (or 0x47606A) is unknown color: approx Smalt Blue. HEX triplet: 47, 60 and 6A. RGB value is (71,96,106). Sum of RGB (Red+Green+Blue) = 71+96+106=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #47606A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47606A is #B89F95. Grayscale: #595959. Windows color (decimal): -12099478 or 6971463. OLE color: 6971463.

HSL color Cylindrical-coordinate representation of color #47606A: hue angle of 197.14º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #47606A is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7196106-
CMYK0.330.0900.58
HSL197.14º19.77%34.71%-
HSV(B)197.14º33.02%41.57%-
XYZ9.3810.7515.22-
YUV89.66137.22114.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=26.01%
G=35.16%
B=38.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71961060.330.0900.58197.1419.7734.71
Hex47606A21903Ac51423
Octal10714015241110723052443
Binary100011111000001101010100001100101110101100010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47606A; }

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

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

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

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

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

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

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

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