#465F2B

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

Shades of Dell #465F2B

Tints of Dell #465F2B

Color information

#465F2B (or 0x465F2B) is unknown color: approx Dell. HEX triplet: 46, 5F and 2B. RGB value is (70,95,43). Sum of RGB (Red+Green+Blue) = 70+95+43=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 95 - color contains mainly: green. Hex color #465F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465F2B is #B9A0D4. Grayscale: #515151. Windows color (decimal): -12165333 or 2842438. OLE color: 2842438.

HSL color Cylindrical-coordinate representation of color #465F2B: hue angle of 88.85º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #465F2B is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB709543-
CMYK0.2600.550.63
HSL88.85º37.68%27.06%-
HSV(B)88.85º54.74%37.25%-
XYZ7.059.663.78-
YUV81.6106.22119.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 95 (37.5% from 255) = 45.67%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=33.65%
G=45.67%
B=20.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7095430.2600.550.6388.8537.6827.06
Hex465F2B1A0373F59261b
Octal1061375332067771314633
Binary10001101011111101011110100110111111111101100110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465F2B; }

 p { color: rgb(70,95,43); }

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

<style>
 a { background-color: #465F2B; }

 a { background-color: rgb(70,95,43); }

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

<style>
 span { border-color: #465F2B; }

 span { border-color: rgb(70,95,43); }

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