Html Css Color HEX #466834 Dell

📋 copy color: '#466834'

red 70 ◦ green 104 ◦ blue 52

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

Shades of Dell #466834

Tints of Dell #466834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.01%

R = 30.97%
G = 46.02%
B = 23.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#466834 (or 0x466834) is known color: Dell. HEX triplet: 46, 68 and 34. RGB value is (70,104,52). Sum of RGB (Red+Green+Blue) = 70+104+52=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #466834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466834 is #B997CB. Grayscale: #585858. Windows color (decimal): -12163020 or 3434566. OLE color: 3434566.

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

Color convert

RGB 70 104 52 -
CMYK 0.33 0 0.50 0.59
HSL 99.23º 0.33% 0.31% -
HSV(B) 99.23º 0.5% 0.41% -
XYZ 8.1 11.45 5.03 -
YUV 87.91 107.74 115.23 -
System Red Green Blue C M Y K H S L
Decimal 70 104 52 0.33 0 0.50 0.59 99.23 0.33 0.31
Hex 46 68 34 21 0 32 3B 63 21 1F
Octal 106 150 64 41 0 62 73 143 41 37
Binary 1000110 1101000 110100 100001 0 110010 111011 1100011 100001 11111

Color Harmonies of #466834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466834

Black with #466834

Text Example


Text Example

White with #466834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466834; }

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

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

background-color css

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

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

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

border-color css

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

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

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