Html Css Color HEX #476C60 Stromboli

📋 copy color: '#476C60'

red 71 ◦ green 108 ◦ blue 96

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

Shades of Stromboli #476C60

Tints of Stromboli #476C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.27%

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

R = 25.82%
G = 39.27%
B = 34.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#476C60 (or 0x476C60) is known color: Stromboli. HEX triplet: 47, 6C and 60. RGB value is (71,108,96). Sum of RGB (Red+Green+Blue) = 71+108+96=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 108 - color contains mainly: green. Hex color #476C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C60 is #B8939F. Grayscale: #5F5F5F. Windows color (decimal): -12096416 or 6319175. OLE color: 6319175.

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

Color convert

RGB 71 108 96 -
CMYK 0.34 0 0.11 0.58
HSL 160.54º 0.21% 0.35% -
HSV(B) 160.54º 0.34% 0.42% -
XYZ 10.07 12.91 13.03 -
YUV 95.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 71 108 96 0.34 0 0.11 0.58 160.54 0.21 0.35
Hex 47 6C 60 22 0 B 3A A1 15 23
Octal 107 154 140 42 0 13 72 241 25 43
Binary 1000111 1101100 1100000 100010 0 1011 111010 10100001 10101 100011

Color Harmonies of #476C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C60

Black with #476C60

Text Example


Text Example

White with #476C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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