#47656D

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

Shades of Smalt Blue #47656D

Tints of Smalt Blue #47656D

Color information

#47656D (or 0x47656D) is unknown color: approx Smalt Blue. HEX triplet: 47, 65 and 6D. RGB value is (71,101,109). Sum of RGB (Red+Green+Blue) = 71+101+109=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #47656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47656D is #B89A92. Grayscale: #5C5C5C. Windows color (decimal): -12098195 or 7169351. OLE color: 7169351.

HSL color Cylindrical-coordinate representation of color #47656D: hue angle of 192.63º degrees, saturation: 0.21, 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 #47656D is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB71101109-
CMYK0.350.0700.57
HSL192.63º21.11%35.29%-
HSV(B)192.63º34.86%42.75%-
XYZ10.0111.7516.21-
YUV92.94137.06112.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=25.27%
G=35.94%
B=38.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal711011090.350.0700.57192.6321.1135.29
Hex47656D237039c11523
Octal1071451554370713012543
Binary10001111100101110110110001111101110011100000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47656D; }

 p { color: rgb(71,101,109); }

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

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

 a { background-color: rgb(71,101,109); }

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

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

 span { border-color: rgb(71,101,109); }

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