#47616B

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

Shades of Smalt Blue #47616B

Tints of Smalt Blue #47616B

Color information

#47616B (or 0x47616B) is unknown color: approx Smalt Blue. HEX triplet: 47, 61 and 6B. RGB value is (71,97,107). Sum of RGB (Red+Green+Blue) = 71+97+107=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #47616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47616B is #B89E94. Grayscale: #5A5A5A. Windows color (decimal): -12099221 or 7037255. OLE color: 7037255.

HSL color Cylindrical-coordinate representation of color #47616B: hue angle of 196.67º degrees, saturation: 0.2, 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 #47616B is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7197107-
CMYK0.340.0900.58
HSL196.67º20.22%34.9%-
HSV(B)196.67º33.64%41.96%-
XYZ9.5310.9515.52-
YUV90.37137.39114.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=25.82%
G=35.27%
B=38.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71971070.340.0900.58196.6720.2234.9
Hex47616B22903Ac51423
Octal10714115342110723052443
Binary100011111000011101011100010100101110101100010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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