#466427

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

Shades of Dell #466427

Tints of Dell #466427

Color information

#466427 (or 0x466427) is unknown color: approx Dell. HEX triplet: 46, 64 and 27. RGB value is (70,100,39). Sum of RGB (Red+Green+Blue) = 70+100+39=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 100 - color contains mainly: green. Hex color #466427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466427 is #B99BD8. Grayscale: #545454. Windows color (decimal): -12164057 or 2581574. OLE color: 2581574.

HSL color Cylindrical-coordinate representation of color #466427: hue angle of 89.51º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #466427 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB7010039-
CMYK0.3000.610.61
HSL89.51º43.88%27.25%-
HSV(B)89.51º61%39.22%-
XYZ7.4510.563.57-
YUV84.08102.56117.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 100 (39.45% from 255) = 47.85%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=33.49%
G=47.85%
B=18.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70100390.3000.610.6189.5143.8827.25
Hex4664271E03D3D5a2c1b
Octal1061444736075751325433
Binary10001101100100100111111100111101111101101101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466427; }

 p { color: rgb(70,100,39); }

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

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

 a { background-color: rgb(70,100,39); }

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

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

 span { border-color: rgb(70,100,39); }

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