Html Css Color HEX #4E623C Dell

📋 copy color: '#4E623C'

red 78 ◦ green 98 ◦ blue 60

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

Shades of Dell #4E623C

Tints of Dell #4E623C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.42%

R = 33.05%
G = 41.53%
B = 25.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#4E623C (or 0x4E623C) is known color: Dell. HEX triplet: 4E, 62 and 3C. RGB value is (78,98,60). Sum of RGB (Red+Green+Blue) = 78+98+60=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #4E623C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E623C is #B19DC3. Grayscale: #575757. Windows color (decimal): -11640260 or 3957326. OLE color: 3957326.

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

Color convert

RGB 78 98 60 -
CMYK 0.20 0 0.39 0.62
HSL 91.58º 0.24% 0.31% -
HSV(B) 91.58º 0.39% 0.38% -
XYZ 8.33 10.68 5.9 -
YUV 87.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 78 98 60 0.20 0 0.39 0.62 91.58 0.24 0.31
Hex 4E 62 3C 14 0 27 3E 5C 18 1F
Octal 116 142 74 24 0 47 76 134 30 37
Binary 1001110 1100010 111100 10100 0 100111 111110 1011100 11000 11111

Color Harmonies of #4E623C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E623C

Black with #4E623C

Text Example


Text Example

White with #4E623C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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