#47646B

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

Shades of Smalt Blue #47646B

Tints of Smalt Blue #47646B

Color information

#47646B (or 0x47646B) is unknown color: approx Smalt Blue. HEX triplet: 47, 64 and 6B. RGB value is (71,100,107). Sum of RGB (Red+Green+Blue) = 71+100+107=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 107 - color contains mainly: blue. Hex color #47646B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47646B is #B89B94. Grayscale: #5C5C5C. Windows color (decimal): -12098453 or 7038023. OLE color: 7038023.

HSL color Cylindrical-coordinate representation of color #47646B: hue angle of 191.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 #47646B is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB71100107-
CMYK0.340.0700.58
HSL191.67º20.22%34.9%-
HSV(B)191.67º33.64%41.96%-
XYZ9.8111.5215.62-
YUV92.13136.39112.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=25.54%
G=35.97%
B=38.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal711001070.340.0700.58191.6720.2234.9
Hex47646B22703Ac01423
Octal1071441534270723002443
Binary10001111100100110101110001011101110101100000010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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