#4B603A

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

Shades of Dell #4B603A

Tints of Dell #4B603A

Color information

#4B603A (or 0x4B603A) is unknown color: approx Dell. HEX triplet: 4B, 60 and 3A. RGB value is (75,96,58). Sum of RGB (Red+Green+Blue) = 75+96+58=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #4B603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B603A is #B49FC5. Grayscale: #555555. Windows color (decimal): -11837382 or 3825739. OLE color: 3825739.

HSL color Cylindrical-coordinate representation of color #4B603A: hue angle of 93.16º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B603A is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB759658-
CMYK0.2200.400.62
HSL93.16º24.68%30.2%-
HSV(B)93.16º39.58%37.65%-
XYZ7.8510.175.55-
YUV85.39112.54120.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.75%
GREEN value IS 96 (37.89% from 255) = 41.92%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=32.75%
G=41.92%
B=25.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596580.2200.400.6293.1624.6830.2
Hex4B603A160283E5d191e
Octal1131407226050761353136
Binary1001011110000011101010110010100011111010111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,96,58); }

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

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

 a { background-color: rgb(75,96,58); }

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

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

 span { border-color: rgb(75,96,58); }

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