Html Css Color HEX #466C31 Dell

📋 copy color: '#466C31'

red 70 ◦ green 108 ◦ blue 49

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

Shades of Dell #466C31

Tints of Dell #466C31

RGB

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

 GREEN value IS 108 (42.58% from 255) = 47.58%

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

R = 30.84%
G = 47.58%
B = 21.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#466C31 (or 0x466C31) is known color: Dell. HEX triplet: 46, 6C and 31. RGB value is (70,108,49). Sum of RGB (Red+Green+Blue) = 70+108+49=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 108 - color contains mainly: green. Hex color #466C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466C31 is #B993CE. Grayscale: #5A5A5A. Windows color (decimal): -12161999 or 3238982. OLE color: 3238982.

HSL color Cylindrical-coordinate representation of color #466C31: hue angle of 98.64º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #466C31 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 108 49 -
CMYK 0.35 0 0.55 0.58
HSL 98.64º 0.38% 0.31% -
HSV(B) 98.64º 0.55% 0.42% -
XYZ 8.44 12.25 4.83 -
YUV 89.91 104.91 113.8 -
System Red Green Blue C M Y K H S L
Decimal 70 108 49 0.35 0 0.55 0.58 98.64 0.38 0.31
Hex 46 6C 31 23 0 37 3A 63 26 1F
Octal 106 154 61 43 0 67 72 143 46 37
Binary 1000110 1101100 110001 100011 0 110111 111010 1100011 100110 11111

Color Harmonies of #466C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466C31

Black with #466C31

Text Example


Text Example

White with #466C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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