Html Css Color HEX #466F28 Dell

📋 copy color: '#466F28'

red 70 ◦ green 111 ◦ blue 40

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

Shades of Dell #466F28

Tints of Dell #466F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.1%

R = 31.67%
G = 50.23%
B = 18.1%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#466F28 (or 0x466F28) is known color: Dell. HEX triplet: 46, 6F and 28. RGB value is (70,111,40). Sum of RGB (Red+Green+Blue) = 70+111+40=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #466F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466F28 is #B990D7. Grayscale: #5A5A5A. Windows color (decimal): -12161240 or 2649926. OLE color: 2649926.

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

Color convert

RGB 70 111 40 -
CMYK 0.37 0 0.64 0.56
HSL 94.65º 0.47% 0.3% -
HSV(B) 94.65º 0.64% 0.44% -
XYZ 8.59 12.82 4.03 -
YUV 90.65 99.42 113.27 -
System Red Green Blue C M Y K H S L
Decimal 70 111 40 0.37 0 0.64 0.56 94.65 0.47 0.3
Hex 46 6F 28 25 0 40 38 5F 2F 1E
Octal 106 157 50 45 0 100 70 137 57 36
Binary 1000110 1101111 101000 100101 0 1000000 111000 1011111 101111 11110

Color Harmonies of #466F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F28

Black with #466F28

Text Example


Text Example

White with #466F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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