Html Css Color HEX #4E645F Stromboli

📋 copy color: '#4E645F'

red 78 ◦ green 100 ◦ blue 95

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

Shades of Stromboli #4E645F

Tints of Stromboli #4E645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.63%

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

R = 28.57%
G = 36.63%
B = 34.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#4E645F (or 0x4E645F) is known color: Stromboli. HEX triplet: 4E, 64 and 5F. RGB value is (78,100,95). Sum of RGB (Red+Green+Blue) = 78+100+95=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 100 - color contains mainly: green. Hex color #4E645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E645F is #B19BA0. Grayscale: #5C5C5C. Windows color (decimal): -11639713 or 6251598. OLE color: 6251598.

HSL color Cylindrical-coordinate representation of color #4E645F: hue angle of 166.36º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E645F is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 78 100 95 -
CMYK 0.22 0 0.05 0.61
HSL 166.36º 0.12% 0.35% -
HSV(B) 166.36º 0.22% 0.39% -
XYZ 9.76 11.56 12.54 -
YUV 92.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 78 100 95 0.22 0 0.05 0.61 166.36 0.12 0.35
Hex 4E 64 5F 16 0 5 3D A6 C 23
Octal 116 144 137 26 0 5 75 246 14 43
Binary 1001110 1100100 1011111 10110 0 101 111101 10100110 1100 100011

Color Harmonies of #4E645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E645F

Black with #4E645F

Text Example


Text Example

White with #4E645F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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