#47626A

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

Shades of Smalt Blue #47626A

Tints of Smalt Blue #47626A

Color information

#47626A (or 0x47626A) is unknown color: approx Smalt Blue. HEX triplet: 47, 62 and 6A. RGB value is (71,98,106). Sum of RGB (Red+Green+Blue) = 71+98+106=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #47626A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47626A is #B89D95. Grayscale: #5A5A5A. Windows color (decimal): -12098966 or 6971975. OLE color: 6971975.

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

Color convert

RGB7198106-
CMYK0.330.0800.58
HSL193.71º19.77%34.71%-
HSV(B)193.71º33.02%41.57%-
XYZ9.5711.1215.28-
YUV90.84136.55113.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=25.82%
G=35.64%
B=38.55%

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
Decimal71981060.330.0800.58193.7119.7734.71
Hex47626A21803Ac21423
Octal10714215241100723022443
Binary100011111000101101010100001100001110101100001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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