Html Css Color HEX #466139 Dell

📋 copy color: '#466139'

red 70 ◦ green 97 ◦ blue 57

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

Shades of Dell #466139

Tints of Dell #466139

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.3%

 BLUE value IS 57 (22.66% from 255) = 25.45%

R = 31.25%
G = 43.3%
B = 25.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#466139 (or 0x466139) is known color: Dell. HEX triplet: 46, 61 and 39. RGB value is (70,97,57). Sum of RGB (Red+Green+Blue) = 70+97+57=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #466139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466139 is #B99EC6. Grayscale: #545454. Windows color (decimal): -12164807 or 3760454. OLE color: 3760454.

HSL color Cylindrical-coordinate representation of color #466139: hue angle of 100.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #466139 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 97 57 -
CMYK 0.28 0 0.41 0.62
HSL 100.5º 0.26% 0.3% -
HSV(B) 100.5º 0.41% 0.38% -
XYZ 7.54 10.15 5.43 -
YUV 84.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 70 97 57 0.28 0 0.41 0.62 100.5 0.26 0.3
Hex 46 61 39 1C 0 29 3E 64 1A 1E
Octal 106 141 71 34 0 51 76 144 32 36
Binary 1000110 1100001 111001 11100 0 101001 111110 1100100 11010 11110

Color Harmonies of #466139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466139

Black with #466139

Text Example


Text Example

White with #466139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466139; }

 p { color: rgb(70,97,57); }

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

background-color css

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

 a { background-color: rgb(70,97,57); }

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

border-color css

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

 span { border-color: rgb(70,97,57); }

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