Html Css Color HEX #47605A Stromboli

📋 copy color: '#47605A'

red 71 ◦ green 96 ◦ blue 90

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

Shades of Stromboli #47605A

Tints of Stromboli #47605A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.02%

R = 27.63%
G = 37.35%
B = 35.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#47605A (or 0x47605A) is known color: Stromboli. HEX triplet: 47, 60 and 5A. RGB value is (71,96,90). Sum of RGB (Red+Green+Blue) = 71+96+90=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #47605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47605A is #B89FA5. Grayscale: #575757. Windows color (decimal): -12099494 or 5922887. OLE color: 5922887.

HSL color Cylindrical-coordinate representation of color #47605A: hue angle of 165.6º 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 #47605A is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 90 -
CMYK 0.26 0 0.06 0.62
HSL 165.6º 0.15% 0.33% -
HSV(B) 165.6º 0.26% 0.38% -
XYZ 8.63 10.44 11.23 -
YUV 87.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 71 96 90 0.26 0 0.06 0.62 165.6 0.15 0.33
Hex 47 60 5A 1A 0 6 3E A6 F 21
Octal 107 140 132 32 0 6 76 246 17 41
Binary 1000111 1100000 1011010 11010 0 110 111110 10100110 1111 100001

Color Harmonies of #47605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47605A

Black with #47605A

Text Example


Text Example

White with #47605A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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