Html Css Color HEX #466331 Dell

📋 copy color: '#466331'

red 70 ◦ green 99 ◦ blue 49

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

Shades of Dell #466331

Tints of Dell #466331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.41%

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

R = 32.11%
G = 45.41%
B = 22.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#466331 (or 0x466331) is known color: Dell. HEX triplet: 46, 63 and 31. RGB value is (70,99,49). Sum of RGB (Red+Green+Blue) = 70+99+49=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #466331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466331 is #B99CCE. Grayscale: #545454. Windows color (decimal): -12164303 or 3236678. OLE color: 3236678.

HSL color Cylindrical-coordinate representation of color #466331: hue angle of 94.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #466331 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 99 49 -
CMYK 0.29 0 0.51 0.61
HSL 94.8º 0.34% 0.29% -
HSV(B) 94.8º 0.51% 0.39% -
XYZ 7.54 10.45 4.52 -
YUV 84.63 107.89 117.57 -
System Red Green Blue C M Y K H S L
Decimal 70 99 49 0.29 0 0.51 0.61 94.8 0.34 0.29
Hex 46 63 31 1D 0 33 3D 5F 22 1D
Octal 106 143 61 35 0 63 75 137 42 35
Binary 1000110 1100011 110001 11101 0 110011 111101 1011111 100010 11101

Color Harmonies of #466331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466331

Black with #466331

Text Example


Text Example

White with #466331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466331; }

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

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

background-color css

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

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

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

border-color css

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

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

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