Html Css Color HEX #4E623D Dell

📋 copy color: '#4E623D'

red 78 ◦ green 98 ◦ blue 61

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

Shades of Dell #4E623D

Tints of Dell #4E623D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.35%

 BLUE value IS 61 (24.22% from 255) = 25.74%

R = 32.91%
G = 41.35%
B = 25.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#4E623D (or 0x4E623D) is known color: Dell. HEX triplet: 4E, 62 and 3D. RGB value is (78,98,61). Sum of RGB (Red+Green+Blue) = 78+98+61=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #4E623D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E623D is #B19DC2. Grayscale: #575757. Windows color (decimal): -11640259 or 4022862. OLE color: 4022862.

HSL color Cylindrical-coordinate representation of color #4E623D: hue angle of 92.43º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E623D is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 98 61 -
CMYK 0.20 0 0.38 0.62
HSL 92.43º 0.23% 0.31% -
HSV(B) 92.43º 0.38% 0.38% -
XYZ 8.35 10.69 6.04 -
YUV 87.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 78 98 61 0.20 0 0.38 0.62 92.43 0.23 0.31
Hex 4E 62 3D 14 0 26 3E 5C 17 1F
Octal 116 142 75 24 0 46 76 134 27 37
Binary 1001110 1100010 111101 10100 0 100110 111110 1011100 10111 11111

Color Harmonies of #4E623D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E623D

Black with #4E623D

Text Example


Text Example

White with #4E623D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,98,61); }

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

background-color css

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

 a { background-color: rgb(78,98,61); }

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

border-color css

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

 span { border-color: rgb(78,98,61); }

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