Html Css Color HEX #47605B Stromboli

📋 copy color: '#47605B'

red 71 ◦ green 96 ◦ blue 91

#47605B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #47605B

Tints of Stromboli #47605B

RGB

 RED value IS 71 (28.13% from 255) = 27.52%

 GREEN value IS 96 (37.89% from 255) = 37.21%

 BLUE value IS 91 (35.94% from 255) = 35.27%

R = 27.52%
G = 37.21%
B = 35.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#47605B (or 0x47605B) is known color: Stromboli. HEX triplet: 47, 60 and 5B. RGB value is (71,96,91). Sum of RGB (Red+Green+Blue) = 71+96+91=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #47605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47605B is #B89FA4. Grayscale: #575757. Windows color (decimal): -12099493 or 5988423. OLE color: 5988423.

HSL color Cylindrical-coordinate representation of color #47605B: hue angle of 168º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #47605B is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 91 -
CMYK 0.26 0 0.05 0.62
HSL 168º 0.15% 0.33% -
HSV(B) 168º 0.26% 0.38% -
XYZ 8.67 10.46 11.46 -
YUV 87.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 71 96 91 0.26 0 0.05 0.62 168 0.15 0.33
Hex 47 60 5B 1A 0 5 3E A8 F 21
Octal 107 140 133 32 0 5 76 250 17 41
Binary 1000111 1100000 1011011 11010 0 101 111110 10101000 1111 100001

Color Harmonies of #47605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47605B

Black with #47605B

Text Example


Text Example

White with #47605B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47605B;
 }
 .AnyTagClassName
 {
   color: #47605B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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