#4B692E

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

Shades of Dell #4B692E

Tints of Dell #4B692E

Color information

#4B692E (or 0x4B692E) is unknown color: approx Dell. HEX triplet: 4B, 69 and 2E. RGB value is (75,105,46). Sum of RGB (Red+Green+Blue) = 75+105+46=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #4B692E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B692E is #B496D1. Grayscale: #595959. Windows color (decimal): -11835090 or 3041611. OLE color: 3041611.

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

Color convert

RGB7510546-
CMYK0.2900.560.59
HSL90.51º39.07%29.61%-
HSV(B)90.51º56.19%41.18%-
XYZ8.4511.84.42-
YUV89.3103.56117.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.19%
GREEN value IS 105 (41.41% from 255) = 46.46%
BLUE value IS 46 (18.36% from 255) = 20.35%
R=33.19%
G=46.46%
B=20.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75105460.2900.560.5990.5139.0729.61
Hex4B692E1D0383B5b271e
Octal1131515635070731334736
Binary10010111101001101110111010111000111011101101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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