#4B683A

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

Shades of Dell #4B683A

Tints of Dell #4B683A

Color information

#4B683A (or 0x4B683A) is unknown color: approx Dell. HEX triplet: 4B, 68 and 3A. RGB value is (75,104,58). Sum of RGB (Red+Green+Blue) = 75+104+58=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #4B683A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B683A is #B497C5. Grayscale: #5A5A5A. Windows color (decimal): -11835334 or 3827787. OLE color: 3827787.

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

Color convert

RGB7510458-
CMYK0.2800.440.59
HSL97.83º28.4%31.76%-
HSV(B)97.83º44.23%40.78%-
XYZ8.6211.75.81-
YUV90.08109.89117.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.65%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 58 (23.05% from 255) = 24.47%
R=31.65%
G=43.88%
B=24.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75104580.2800.440.5997.8328.431.76
Hex4B683A1C02C3B621c20
Octal1131507234054731423440
Binary10010111101000111010111000101100111011110001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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