Html Css Color HEX #4E655F Stromboli

📋 copy color: '#4E655F'

red 78 ◦ green 101 ◦ blue 95

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

Shades of Stromboli #4E655F

Tints of Stromboli #4E655F

RGB

 RED value IS 78 (30.86% from 255) = 28.47%

 GREEN value IS 101 (39.84% from 255) = 36.86%

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

R = 28.47%
G = 36.86%
B = 34.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#4E655F (or 0x4E655F) is known color: Stromboli. HEX triplet: 4E, 65 and 5F. RGB value is (78,101,95). Sum of RGB (Red+Green+Blue) = 78+101+95=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 101 - color contains mainly: green. Hex color #4E655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E655F is #B19AA0. Grayscale: #5D5D5D. Windows color (decimal): -11639457 or 6251854. OLE color: 6251854.

HSL color Cylindrical-coordinate representation of color #4E655F: hue angle of 164.35º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E655F is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 78 101 95 -
CMYK 0.23 0 0.06 0.60
HSL 164.35º 0.13% 0.35% -
HSV(B) 164.35º 0.23% 0.4% -
XYZ 9.86 11.75 12.58 -
YUV 93.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 78 101 95 0.23 0 0.06 0.60 164.35 0.13 0.35
Hex 4E 65 5F 17 0 6 3C A4 D 23
Octal 116 145 137 27 0 6 74 244 15 43
Binary 1001110 1100101 1011111 10111 0 110 111100 10100100 1101 100011

Color Harmonies of #4E655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E655F

Black with #4E655F

Text Example


Text Example

White with #4E655F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E655F; }

 p { color: rgb(78,101,95); }

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

background-color css

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

 a { background-color: rgb(78,101,95); }

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

border-color css

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

 span { border-color: rgb(78,101,95); }

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