#47646E

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

Shades of Smalt Blue #47646E

Tints of Smalt Blue #47646E

Color information

#47646E (or 0x47646E) is unknown color: approx Smalt Blue. HEX triplet: 47, 64 and 6E. RGB value is (71,100,110). Sum of RGB (Red+Green+Blue) = 71+100+110=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 110 - color contains mainly: blue. Hex color #47646E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47646E is #B89B91. Grayscale: #5C5C5C. Windows color (decimal): -12098450 or 7234631. OLE color: 7234631.

HSL color Cylindrical-coordinate representation of color #47646E: hue angle of 195.38º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47646E is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB71100110-
CMYK0.350.0900.57
HSL195.38º21.55%35.49%-
HSV(B)195.38º35.45%43.14%-
XYZ9.9711.5816.46-
YUV92.47137.89112.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=25.27%
G=35.59%
B=39.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal711001100.350.0900.57195.3821.5535.49
Hex47646E239039c31623
Octal10714415643110713032643
Binary100011111001001101110100011100101110011100001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47646E; }

 p { color: rgb(71,100,110); }

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

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

 a { background-color: rgb(71,100,110); }

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

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

 span { border-color: rgb(71,100,110); }

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