#47625C

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

Shades of Stromboli #47625C

Tints of Stromboli #47625C

Color information

#47625C (or 0x47625C) is unknown color: approx Stromboli. HEX triplet: 47, 62 and 5C. RGB value is (71,98,92). Sum of RGB (Red+Green+Blue) = 71+98+92=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 98 - color contains mainly: green. Hex color #47625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47625C is #B89DA3. Grayscale: #595959. Windows color (decimal): -12098980 or 6054471. OLE color: 6054471.

HSL color Cylindrical-coordinate representation of color #47625C: hue angle of 166.67º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #47625C is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB719892-
CMYK0.2800.060.62
HSL166.67º15.98%33.14%-
HSV(B)166.67º27.55%38.43%-
XYZ8.910.8511.75-
YUV89.24129.55114.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=27.20%
G=37.55%
B=35.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7198920.2800.060.62166.6715.9833.14
Hex47625C1C063Ea71021
Octal1071421343406762472041
Binary1000111110001010111001110001101111101010011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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