#4A603C

Color #4A603C Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #4A603C

Tints of Dell #4A603C

Color information

#4A603C (or 0x4A603C) is unknown color: approx Dell. HEX triplet: 4A, 60 and 3C. RGB value is (74,96,60). Sum of RGB (Red+Green+Blue) = 74+96+60=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #4A603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A603C is #B59FC3. Grayscale: #555555. Windows color (decimal): -11902916 or 3956810. OLE color: 3956810.

HSL color Cylindrical-coordinate representation of color #4A603C: hue angle of 96.67º 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 #4A603C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB749660-
CMYK0.2300.380.62
HSL96.67º23.08%30.59%-
HSV(B)96.67º37.5%37.65%-
XYZ7.8210.155.82-
YUV85.32113.71119.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.17%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=32.17%
G=41.74%
B=26.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7496600.2300.380.6296.6723.0830.59
Hex4A603C170263E61171f
Octal1121407427046761412737
Binary1001010110000011110010111010011011111011000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,96,60); }

 H1.HeaderClassName
 {
   color: #4A603C;
 }
 .AnyTagClassName
 {
   color: #4A603C;
 }
</style>
background-color css

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

 a { background-color: rgb(74,96,60); }

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

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

 span { border-color: rgb(74,96,60); }

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