Html Css Color HEX #466A21 Dell

📋 copy color: '#466A21'

red 70 ◦ green 106 ◦ blue 33

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

Shades of Dell #466A21

Tints of Dell #466A21

RGB

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

 GREEN value IS 106 (41.8% from 255) = 50.72%

 BLUE value IS 33 (13.28% from 255) = 15.79%

R = 33.49%
G = 50.72%
B = 15.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#466A21 (or 0x466A21) is known color: Dell. HEX triplet: 46, 6A and 21. RGB value is (70,106,33). Sum of RGB (Red+Green+Blue) = 70+106+33=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #466A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A21 is #B995DE. Grayscale: #575757. Windows color (decimal): -12162527 or 2189894. OLE color: 2189894.

HSL color Cylindrical-coordinate representation of color #466A21: hue angle of 89.59º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #466A21 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 106 33 -
CMYK 0.34 0 0.69 0.58
HSL 89.59º 0.53% 0.27% -
HSV(B) 89.59º 0.69% 0.42% -
XYZ 7.95 11.72 3.28 -
YUV 86.91 97.57 115.94 -
System Red Green Blue C M Y K H S L
Decimal 70 106 33 0.34 0 0.69 0.58 89.59 0.53 0.27
Hex 46 6A 21 22 0 45 3A 5A 35 1B
Octal 106 152 41 42 0 105 72 132 65 33
Binary 1000110 1101010 100001 100010 0 1000101 111010 1011010 110101 11011

Color Harmonies of #466A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A21

Black with #466A21

Text Example


Text Example

White with #466A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,106,33); }

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

background-color css

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

 a { background-color: rgb(70,106,33); }

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

border-color css

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

 span { border-color: rgb(70,106,33); }

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