Html Css Color HEX #4E663B Dell

📋 copy color: '#4E663B'

red 78 ◦ green 102 ◦ blue 59

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

Shades of Dell #4E663B

Tints of Dell #4E663B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 32.64%
G = 42.68%
B = 24.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.6

RGB Variations

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

Color information

#4E663B (or 0x4E663B) is known color: Dell. HEX triplet: 4E, 66 and 3B. RGB value is (78,102,59). Sum of RGB (Red+Green+Blue) = 78+102+59=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #4E663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E663B is #B199C4. Grayscale: #5A5A5A. Windows color (decimal): -11639237 or 3892814. OLE color: 3892814.

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

Color convert

RGB 78 102 59 -
CMYK 0.24 0 0.42 0.6
HSL 93.49º 0.27% 0.32% -
HSV(B) 93.49º 0.42% 0.4% -
XYZ 8.68 11.44 5.89 -
YUV 89.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 78 102 59 0.24 0 0.42 0.6 93.49 0.27 0.32
Hex 4E 66 3B 18 0 2A 3C 5D 1B 20
Octal 116 146 73 30 0 52 74 135 33 40
Binary 1001110 1100110 111011 11000 0 101010 111100 1011101 11011 100000

Color Harmonies of #4E663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E663B

Black with #4E663B

Text Example


Text Example

White with #4E663B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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