Html Css Color HEX #466829 Dell

📋 copy color: '#466829'

red 70 ◦ green 104 ◦ blue 41

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

Shades of Dell #466829

Tints of Dell #466829

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.37%

 BLUE value IS 41 (16.41% from 255) = 19.07%

R = 32.56%
G = 48.37%
B = 19.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#466829 (or 0x466829) is known color: Dell. HEX triplet: 46, 68 and 29. RGB value is (70,104,41). Sum of RGB (Red+Green+Blue) = 70+104+41=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #466829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466829 is #B997D6. Grayscale: #565656. Windows color (decimal): -12163031 or 2713670. OLE color: 2713670.

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

Color convert

RGB 70 104 41 -
CMYK 0.33 0 0.61 0.59
HSL 92.38º 0.43% 0.28% -
HSV(B) 92.38º 0.61% 0.41% -
XYZ 7.88 11.36 3.88 -
YUV 86.65 102.24 116.12 -
System Red Green Blue C M Y K H S L
Decimal 70 104 41 0.33 0 0.61 0.59 92.38 0.43 0.28
Hex 46 68 29 21 0 3D 3B 5C 2B 1C
Octal 106 150 51 41 0 75 73 134 53 34
Binary 1000110 1101000 101001 100001 0 111101 111011 1011100 101011 11100

Color Harmonies of #466829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466829

Black with #466829

Text Example


Text Example

White with #466829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466829; }

 p { color: rgb(70,104,41); }

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

background-color css

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

 a { background-color: rgb(70,104,41); }

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

border-color css

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

 span { border-color: rgb(70,104,41); }

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