Html Css Color HEX #466931 Dell

📋 copy color: '#466931'

red 70 ◦ green 105 ◦ blue 49

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

Shades of Dell #466931

Tints of Dell #466931

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.88%

 BLUE value IS 49 (19.53% from 255) = 21.88%

R = 31.25%
G = 46.88%
B = 21.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#466931 (or 0x466931) is known color: Dell. HEX triplet: 46, 69 and 31. RGB value is (70,105,49). Sum of RGB (Red+Green+Blue) = 70+105+49=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #466931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466931 is #B996CE. Grayscale: #585858. Windows color (decimal): -12162767 or 3238214. OLE color: 3238214.

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

Color convert

RGB 70 105 49 -
CMYK 0.33 0 0.53 0.59
HSL 97.5º 0.36% 0.3% -
HSV(B) 97.5º 0.53% 0.41% -
XYZ 8.13 11.63 4.72 -
YUV 88.15 105.9 115.05 -
System Red Green Blue C M Y K H S L
Decimal 70 105 49 0.33 0 0.53 0.59 97.5 0.36 0.3
Hex 46 69 31 21 0 35 3B 62 24 1E
Octal 106 151 61 41 0 65 73 142 44 36
Binary 1000110 1101001 110001 100001 0 110101 111011 1100010 100100 11110

Color Harmonies of #466931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466931

Black with #466931

Text Example


Text Example

White with #466931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466931; }

 p { color: rgb(70,105,49); }

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

background-color css

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

 a { background-color: rgb(70,105,49); }

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

border-color css

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

 span { border-color: rgb(70,105,49); }

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