Html Css Color HEX #4E6660 Stromboli

📋 copy color: '#4E6660'

red 78 ◦ green 102 ◦ blue 96

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

Shades of Stromboli #4E6660

Tints of Stromboli #4E6660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.96%

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

R = 28.26%
G = 36.96%
B = 34.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#4E6660 (or 0x4E6660) is known color: Stromboli. HEX triplet: 4E, 66 and 60. RGB value is (78,102,96). Sum of RGB (Red+Green+Blue) = 78+102+96=276 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.26% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 102 - color contains mainly: green. Hex color #4E6660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6660 is #B1999F. Grayscale: #5E5E5E. Windows color (decimal): -11639200 or 6317646. OLE color: 6317646.

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

Color convert

RGB 78 102 96 -
CMYK 0.24 0 0.06 0.6
HSL 165º 0.13% 0.35% -
HSV(B) 165º 0.24% 0.4% -
XYZ 10 11.97 12.85 -
YUV 94.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 78 102 96 0.24 0 0.06 0.6 165 0.13 0.35
Hex 4E 66 60 18 0 6 3C A5 D 23
Octal 116 146 140 30 0 6 74 245 15 43
Binary 1001110 1100110 1100000 11000 0 110 111100 10100101 1101 100011

Color Harmonies of #4E6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6660

Black with #4E6660

Text Example


Text Example

White with #4E6660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,102,96); }

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

background-color css

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

 a { background-color: rgb(78,102,96); }

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

border-color css

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

 span { border-color: rgb(78,102,96); }

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