Html Css Color HEX #476960 Stromboli

📋 copy color: '#476960'

red 71 ◦ green 105 ◦ blue 96

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

Shades of Stromboli #476960

Tints of Stromboli #476960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.6%

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

R = 26.1%
G = 38.6%
B = 35.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#476960 (or 0x476960) is known color: Stromboli. HEX triplet: 47, 69 and 60. RGB value is (71,105,96). Sum of RGB (Red+Green+Blue) = 71+105+96=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #476960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476960 is #B8969F. Grayscale: #5D5D5D. Windows color (decimal): -12097184 or 6318407. OLE color: 6318407.

HSL color Cylindrical-coordinate representation of color #476960: hue angle of 164.12º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476960 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 96 -
CMYK 0.32 0 0.09 0.59
HSL 164.12º 0.19% 0.35% -
HSV(B) 164.12º 0.32% 0.41% -
XYZ 9.76 12.29 12.92 -
YUV 93.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 71 105 96 0.32 0 0.09 0.59 164.12 0.19 0.35
Hex 47 69 60 20 0 9 3B A4 13 23
Octal 107 151 140 40 0 11 73 244 23 43
Binary 1000111 1101001 1100000 100000 0 1001 111011 10100100 10011 100011

Color Harmonies of #476960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476960

Black with #476960

Text Example


Text Example

White with #476960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476960; }

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

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

background-color css

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

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

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

border-color css

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

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

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