Html Css Color HEX #476E5E Stromboli

📋 copy color: '#476E5E'

red 71 ◦ green 110 ◦ blue 94

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

Shades of Stromboli #476E5E

Tints of Stromboli #476E5E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40%

 BLUE value IS 94 (37.11% from 255) = 34.18%

R = 25.82%
G = 40%
B = 34.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#476E5E (or 0x476E5E) is known color: Stromboli. HEX triplet: 47, 6E and 5E. RGB value is (71,110,94). Sum of RGB (Red+Green+Blue) = 71+110+94=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 110 - color contains mainly: green. Hex color #476E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E5E is #B891A1. Grayscale: #606060. Windows color (decimal): -12095906 or 6188615. OLE color: 6188615.

HSL color Cylindrical-coordinate representation of color #476E5E: hue angle of 155.38º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476E5E is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 110 94 -
CMYK 0.35 0 0.15 0.57
HSL 155.38º 0.22% 0.35% -
HSV(B) 155.38º 0.35% 0.43% -
XYZ 10.19 13.3 12.62 -
YUV 96.52 126.58 109.8 -
System Red Green Blue C M Y K H S L
Decimal 71 110 94 0.35 0 0.15 0.57 155.38 0.22 0.35
Hex 47 6E 5E 23 0 F 39 9B 16 23
Octal 107 156 136 43 0 17 71 233 26 43
Binary 1000111 1101110 1011110 100011 0 1111 111001 10011011 10110 100011

Color Harmonies of #476E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476E5E

Black with #476E5E

Text Example


Text Example

White with #476E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,110,94); }

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

background-color css

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

 a { background-color: rgb(71,110,94); }

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

border-color css

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

 span { border-color: rgb(71,110,94); }

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