Html Css Color HEX #476860 Stromboli

📋 copy color: '#476860'

red 71 ◦ green 104 ◦ blue 96

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

Shades of Stromboli #476860

Tints of Stromboli #476860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.38%

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

R = 26.2%
G = 38.38%
B = 35.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#476860 (or 0x476860) is known color: Stromboli. HEX triplet: 47, 68 and 60. RGB value is (71,104,96). Sum of RGB (Red+Green+Blue) = 71+104+96=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #476860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476860 is #B8979F. Grayscale: #5D5D5D. Windows color (decimal): -12097440 or 6318151. OLE color: 6318151.

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

Color convert

RGB 71 104 96 -
CMYK 0.32 0 0.08 0.59
HSL 165.45º 0.19% 0.34% -
HSV(B) 165.45º 0.32% 0.41% -
XYZ 9.66 12.08 12.89 -
YUV 93.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 71 104 96 0.32 0 0.08 0.59 165.45 0.19 0.34
Hex 47 68 60 20 0 8 3B A5 13 22
Octal 107 150 140 40 0 10 73 245 23 42
Binary 1000111 1101000 1100000 100000 0 1000 111011 10100101 10011 100010

Color Harmonies of #476860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476860

Black with #476860

Text Example


Text Example

White with #476860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476860; }

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

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

background-color css

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

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

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

border-color css

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

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

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