#47626D

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

Shades of Smalt Blue #47626D

Tints of Smalt Blue #47626D

Color information

#47626D (or 0x47626D) is unknown color: approx Smalt Blue. HEX triplet: 47, 62 and 6D. RGB value is (71,98,109). Sum of RGB (Red+Green+Blue) = 71+98+109=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #47626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47626D is #B89D92. Grayscale: #5B5B5B. Windows color (decimal): -12098963 or 7168583. OLE color: 7168583.

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

Color convert

RGB7198109-
CMYK0.350.1000.57
HSL197.37º21.11%35.29%-
HSV(B)197.37º34.86%42.75%-
XYZ9.7311.1816.11-
YUV91.18138.05113.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=25.54%
G=35.25%
B=39.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71981090.350.1000.57197.3721.1135.29
Hex47626D23A039c51523
Octal10714215543120713052543
Binary100011111000101101101100011101001110011100010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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