#47625B

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

Shades of Stromboli #47625B

Tints of Stromboli #47625B

Color information

#47625B (or 0x47625B) is unknown color: approx Stromboli. HEX triplet: 47, 62 and 5B. RGB value is (71,98,91). Sum of RGB (Red+Green+Blue) = 71+98+91=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 98 - color contains mainly: green. Hex color #47625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47625B is #B89DA4. Grayscale: #595959. Windows color (decimal): -12098981 or 5988935. OLE color: 5988935.

HSL color Cylindrical-coordinate representation of color #47625B: hue angle of 164.44º 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 #47625B is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB719891-
CMYK0.2800.070.62
HSL164.44º15.98%33.14%-
HSV(B)164.44º27.55%38.43%-
XYZ8.8510.8311.52-
YUV89.13129.05115.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.31%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 91 (35.94% from 255) = 35%
R=27.31%
G=37.69%
B=35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7198910.2800.070.62164.4415.9833.14
Hex47625B1C073Ea41021
Octal1071421333407762442041
Binary1000111110001010110111110001111111101010010010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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