#4A693A

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

Shades of Dell #4A693A

Tints of Dell #4A693A

Color information

#4A693A (or 0x4A693A) is unknown color: approx Dell. HEX triplet: 4A, 69 and 3A. RGB value is (74,105,58). Sum of RGB (Red+Green+Blue) = 74+105+58=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #4A693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A693A is #B596C5. Grayscale: #5A5A5A. Windows color (decimal): -11900614 or 3828042. OLE color: 3828042.

HSL color Cylindrical-coordinate representation of color #4A693A: hue angle of 99.57º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A693A is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB7410558-
CMYK0.3000.450.59
HSL99.57º28.83%31.96%-
HSV(B)99.57º44.76%41.18%-
XYZ8.6411.865.84-
YUV90.37109.73116.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.22%
GREEN value IS 105 (41.41% from 255) = 44.30%
BLUE value IS 58 (23.05% from 255) = 24.47%
R=31.22%
G=44.30%
B=24.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74105580.3000.450.5999.5728.8331.96
Hex4A693A1E02D3B641d20
Octal1121517236055731443540
Binary10010101101001111010111100101101111011110010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,105,58); }

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

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

 a { background-color: rgb(74,105,58); }

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

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

 span { border-color: rgb(74,105,58); }

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