Html Css Color HEX #466830 Dell

📋 copy color: '#466830'

red 70 ◦ green 104 ◦ blue 48

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

Shades of Dell #466830

Tints of Dell #466830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.62%

R = 31.53%
G = 46.85%
B = 21.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#466830 (or 0x466830) is known color: Dell. HEX triplet: 46, 68 and 30. RGB value is (70,104,48). Sum of RGB (Red+Green+Blue) = 70+104+48=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #466830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466830 is #B997CF. Grayscale: #575757. Windows color (decimal): -12163024 or 3172422. OLE color: 3172422.

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

Color convert

RGB 70 104 48 -
CMYK 0.33 0 0.54 0.59
HSL 96.43º 0.37% 0.3% -
HSV(B) 96.43º 0.54% 0.41% -
XYZ 8.01 11.42 4.58 -
YUV 87.45 105.74 115.55 -
System Red Green Blue C M Y K H S L
Decimal 70 104 48 0.33 0 0.54 0.59 96.43 0.37 0.3
Hex 46 68 30 21 0 36 3B 60 25 1E
Octal 106 150 60 41 0 66 73 140 45 36
Binary 1000110 1101000 110000 100001 0 110110 111011 1100000 100101 11110

Color Harmonies of #466830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466830

Black with #466830

Text Example


Text Example

White with #466830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466830; }

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

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

background-color css

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

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

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

border-color css

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

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

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