Html Css Color HEX #476C5F Stromboli

📋 copy color: '#476C5F'

red 71 ◦ green 108 ◦ blue 95

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

Shades of Stromboli #476C5F

Tints of Stromboli #476C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 25.91%
G = 39.42%
B = 34.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#476C5F (or 0x476C5F) is known color: Stromboli. HEX triplet: 47, 6C and 5F. RGB value is (71,108,95). Sum of RGB (Red+Green+Blue) = 71+108+95=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 108 - color contains mainly: green. Hex color #476C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C5F is #B893A0. Grayscale: #5F5F5F. Windows color (decimal): -12096417 or 6253639. OLE color: 6253639.

HSL color Cylindrical-coordinate representation of color #476C5F: hue angle of 158.92º 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 #476C5F is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 108 95 -
CMYK 0.34 0 0.12 0.58
HSL 158.92º 0.21% 0.35% -
HSV(B) 158.92º 0.34% 0.42% -
XYZ 10.03 12.89 12.79 -
YUV 95.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 71 108 95 0.34 0 0.12 0.58 158.92 0.21 0.35
Hex 47 6C 5F 22 0 C 3A 9F 15 23
Octal 107 154 137 42 0 14 72 237 25 43
Binary 1000111 1101100 1011111 100010 0 1100 111010 10011111 10101 100011

Color Harmonies of #476C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C5F

Black with #476C5F

Text Example


Text Example

White with #476C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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