Html Css Color HEX #4E6861 Stromboli

📋 copy color: '#4E6861'

red 78 ◦ green 104 ◦ blue 97

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

Shades of Stromboli #4E6861

Tints of Stromboli #4E6861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 27.96%
G = 37.28%
B = 34.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#4E6861 (or 0x4E6861) is known color: Stromboli. HEX triplet: 4E, 68 and 61. RGB value is (78,104,97). Sum of RGB (Red+Green+Blue) = 78+104+97=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #4E6861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6861 is #B1979E. Grayscale: #5F5F5F. Windows color (decimal): -11638687 or 6383694. OLE color: 6383694.

HSL color Cylindrical-coordinate representation of color #4E6861: hue angle of 163.85º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E6861 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 104 97 -
CMYK 0.25 0 0.07 0.59
HSL 163.85º 0.14% 0.36% -
HSV(B) 163.85º 0.25% 0.41% -
XYZ 10.25 12.38 13.16 -
YUV 95.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 78 104 97 0.25 0 0.07 0.59 163.85 0.14 0.36
Hex 4E 68 61 19 0 7 3B A4 E 24
Octal 116 150 141 31 0 7 73 244 16 44
Binary 1001110 1101000 1100001 11001 0 111 111011 10100100 1110 100100

Color Harmonies of #4E6861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6861

Black with #4E6861

Text Example


Text Example

White with #4E6861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,104,97); }

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

background-color css

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

 a { background-color: rgb(78,104,97); }

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

border-color css

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

 span { border-color: rgb(78,104,97); }

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