#47616A

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

Shades of Smalt Blue #47616A

Tints of Smalt Blue #47616A

Color information

#47616A (or 0x47616A) is unknown color: approx Smalt Blue. HEX triplet: 47, 61 and 6A. RGB value is (71,97,106). Sum of RGB (Red+Green+Blue) = 71+97+106=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 106 - color contains mainly: blue. Hex color #47616A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47616A is #B89E95. Grayscale: #5A5A5A. Windows color (decimal): -12099222 or 6971719. OLE color: 6971719.

HSL color Cylindrical-coordinate representation of color #47616A: hue angle of 195.43º 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 #47616A is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7197106-
CMYK0.330.0800.58
HSL195.43º19.77%34.71%-
HSV(B)195.43º33.02%41.57%-
XYZ9.4710.9315.25-
YUV90.25136.89114.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 106 (41.80% from 255) = 38.69%
R=25.91%
G=35.40%
B=38.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71971060.330.0800.58195.4319.7734.71
Hex47616A21803Ac31423
Octal10714115241100723032443
Binary100011111000011101010100001100001110101100001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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