Html Css Color HEX #466F32 Dell

📋 copy color: '#466F32'

red 70 ◦ green 111 ◦ blue 50

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

Shades of Dell #466F32

Tints of Dell #466F32

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.05%

 BLUE value IS 50 (19.92% from 255) = 21.65%

R = 30.3%
G = 48.05%
B = 21.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#466F32 (or 0x466F32) is known color: Dell. HEX triplet: 46, 6F and 32. RGB value is (70,111,50). Sum of RGB (Red+Green+Blue) = 70+111+50=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #466F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466F32 is #B990CD. Grayscale: #5B5B5B. Windows color (decimal): -12161230 or 3305286. OLE color: 3305286.

HSL color Cylindrical-coordinate representation of color #466F32: hue angle of 100.33º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #466F32 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 111 50 -
CMYK 0.37 0 0.55 0.56
HSL 100.33º 0.38% 0.32% -
HSV(B) 100.33º 0.55% 0.44% -
XYZ 8.79 12.9 5.04 -
YUV 91.79 104.42 112.46 -
System Red Green Blue C M Y K H S L
Decimal 70 111 50 0.37 0 0.55 0.56 100.33 0.38 0.32
Hex 46 6F 32 25 0 37 38 64 26 20
Octal 106 157 62 45 0 67 70 144 46 40
Binary 1000110 1101111 110010 100101 0 110111 111000 1100100 100110 100000

Color Harmonies of #466F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F32

Black with #466F32

Text Example


Text Example

White with #466F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,111,50); }

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

background-color css

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

 a { background-color: rgb(70,111,50); }

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

border-color css

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

 span { border-color: rgb(70,111,50); }

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