Html Css Color HEX #465A39 Dell

📋 copy color: '#465A39'

red 70 ◦ green 90 ◦ blue 57

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

Shades of Dell #465A39

Tints of Dell #465A39

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.47%

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

R = 32.26%
G = 41.47%
B = 26.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#465A39 (or 0x465A39) is known color: Dell. HEX triplet: 46, 5A and 39. RGB value is (70,90,57). Sum of RGB (Red+Green+Blue) = 70+90+57=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 90 - color contains mainly: green. Hex color #465A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A39 is #B9A5C6. Grayscale: #505050. Windows color (decimal): -12166599 or 3758662. OLE color: 3758662.

HSL color Cylindrical-coordinate representation of color #465A39: hue angle of 96.36º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #465A39 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 90 57 -
CMYK 0.22 0 0.37 0.65
HSL 96.36º 0.22% 0.29% -
HSV(B) 96.36º 0.37% 0.35% -
XYZ 6.92 8.91 5.23 -
YUV 80.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 70 90 57 0.22 0 0.37 0.65 96.36 0.22 0.29
Hex 46 5A 39 16 0 25 41 60 16 1D
Octal 106 132 71 26 0 45 101 140 26 35
Binary 1000110 1011010 111001 10110 0 100101 1000001 1100000 10110 11101

Color Harmonies of #465A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A39

Black with #465A39

Text Example


Text Example

White with #465A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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