#4B693A

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

Shades of Dell #4B693A

Tints of Dell #4B693A

Color information

#4B693A (or 0x4B693A) is unknown color: approx Dell. HEX triplet: 4B, 69 and 3A. RGB value is (75,105,58). Sum of RGB (Red+Green+Blue) = 75+105+58=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #4B693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B693A is #B496C5. Grayscale: #5A5A5A. Windows color (decimal): -11835078 or 3828043. OLE color: 3828043.

HSL color Cylindrical-coordinate representation of color #4B693A: hue angle of 98.3º 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 #4B693A is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB7510558-
CMYK0.2900.450.59
HSL98.3º28.83%31.96%-
HSV(B)98.3º44.76%41.18%-
XYZ8.7211.95.84-
YUV90.67109.56116.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.51%
GREEN value IS 105 (41.41% from 255) = 44.12%
BLUE value IS 58 (23.05% from 255) = 24.37%
R=31.51%
G=44.12%
B=24.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75105580.2900.450.5998.328.8331.96
Hex4B693A1D02D3B621d20
Octal1131517235055731423540
Binary10010111101001111010111010101101111011110001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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