#47616C

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

Shades of Smalt Blue #47616C

Tints of Smalt Blue #47616C

Color information

#47616C (or 0x47616C) is unknown color: approx Smalt Blue. HEX triplet: 47, 61 and 6C. RGB value is (71,97,108). Sum of RGB (Red+Green+Blue) = 71+97+108=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #47616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47616C is #B89E93. Grayscale: #5A5A5A. Windows color (decimal): -12099220 or 7102791. OLE color: 7102791.

HSL color Cylindrical-coordinate representation of color #47616C: hue angle of 197.84º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47616C is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7197108-
CMYK0.340.1000.58
HSL197.84º20.67%35.1%-
HSV(B)197.84º34.26%42.35%-
XYZ9.5810.9715.8-
YUV90.48137.89114.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=25.72%
G=35.14%
B=39.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71971080.340.1000.58197.8420.6735.1
Hex47616C22A03Ac61523
Octal10714115442120723062543
Binary100011111000011101100100010101001110101100011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47616C; }

 p { color: rgb(71,97,108); }

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

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

 a { background-color: rgb(71,97,108); }

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

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

 span { border-color: rgb(71,97,108); }

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