Html Css Color HEX #476A60 Stromboli

📋 copy color: '#476A60'

red 71 ◦ green 106 ◦ blue 96

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

Shades of Stromboli #476A60

Tints of Stromboli #476A60

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.83%

 BLUE value IS 96 (37.89% from 255) = 35.16%

R = 26.01%
G = 38.83%
B = 35.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#476A60 (or 0x476A60) is known color: Stromboli. HEX triplet: 47, 6A and 60. RGB value is (71,106,96). Sum of RGB (Red+Green+Blue) = 71+106+96=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 106 - color contains mainly: green. Hex color #476A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A60 is #B8959F. Grayscale: #5E5E5E. Windows color (decimal): -12096928 or 6318663. OLE color: 6318663.

HSL color Cylindrical-coordinate representation of color #476A60: hue angle of 162.86º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #476A60 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 106 96 -
CMYK 0.33 0 0.09 0.58
HSL 162.86º 0.2% 0.35% -
HSV(B) 162.86º 0.33% 0.42% -
XYZ 9.86 12.49 12.96 -
YUV 94.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 71 106 96 0.33 0 0.09 0.58 162.86 0.2 0.35
Hex 47 6A 60 21 0 9 3A A3 14 23
Octal 107 152 140 41 0 11 72 243 24 43
Binary 1000111 1101010 1100000 100001 0 1001 111010 10100011 10100 100011

Color Harmonies of #476A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476A60

Black with #476A60

Text Example


Text Example

White with #476A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476A60; }

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

 H1.HeaderClassName
 {
   color: #476A60;
 }
 .AnyTagClassName
 {
   color: #476A60;
 }
</style>

background-color css

<style>
 a { background-color: #476A60; }

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

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

border-color css

<style>
 span { border-color: #476A60; }

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

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