Html Css Color HEX #466228 Dell

📋 copy color: '#466228'

red 70 ◦ green 98 ◦ blue 40

#466228
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #466228

Tints of Dell #466228

RGB

 RED value IS 70 (27.73% from 255) = 33.65%

 GREEN value IS 98 (38.67% from 255) = 47.12%

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 33.65%
G = 47.12%
B = 19.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#466228 (or 0x466228) is known color: Dell. HEX triplet: 46, 62 and 28. RGB value is (70,98,40). Sum of RGB (Red+Green+Blue) = 70+98+40=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #466228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466228 is #B99DD7. Grayscale: #535353. Windows color (decimal): -12164568 or 2646598. OLE color: 2646598.

HSL color Cylindrical-coordinate representation of color #466228: hue angle of 88.97º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #466228 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 98 40 -
CMYK 0.29 0 0.59 0.62
HSL 88.97º 0.42% 0.27% -
HSV(B) 88.97º 0.59% 0.38% -
XYZ 7.28 10.19 3.59 -
YUV 83.02 103.72 118.72 -
System Red Green Blue C M Y K H S L
Decimal 70 98 40 0.29 0 0.59 0.62 88.97 0.42 0.27
Hex 46 62 28 1D 0 3B 3E 59 2A 1B
Octal 106 142 50 35 0 73 76 131 52 33
Binary 1000110 1100010 101000 11101 0 111011 111110 1011001 101010 11011

Color Harmonies of #466228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466228

Black with #466228

Text Example


Text Example

White with #466228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466228; }

 p { color: rgb(70,98,40); }

 H1.HeaderClassName
 {
   color: #466228;
 }
 .AnyTagClassName
 {
   color: #466228;
 }
</style>

background-color css

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

 a { background-color: rgb(70,98,40); }

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

border-color css

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

 span { border-color: rgb(70,98,40); }

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