Html Css Color HEX #465A35 Dell

📋 copy color: '#465A35'

red 70 ◦ green 90 ◦ blue 53

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

Shades of Dell #465A35

Tints of Dell #465A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.88%

R = 32.86%
G = 42.25%
B = 24.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#465A35 (or 0x465A35) is known color: Dell. HEX triplet: 46, 5A and 35. RGB value is (70,90,53). Sum of RGB (Red+Green+Blue) = 70+90+53=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #465A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A35 is #B9A5CA. Grayscale: #4F4F4F. Windows color (decimal): -12166603 or 3496518. OLE color: 3496518.

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

Color convert

RGB 70 90 53 -
CMYK 0.22 0 0.41 0.65
HSL 92.43º 0.26% 0.28% -
HSV(B) 92.43º 0.41% 0.35% -
XYZ 6.82 8.87 4.72 -
YUV 79.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 70 90 53 0.22 0 0.41 0.65 92.43 0.26 0.28
Hex 46 5A 35 16 0 29 41 5C 1A 1C
Octal 106 132 65 26 0 51 101 134 32 34
Binary 1000110 1011010 110101 10110 0 101001 1000001 1011100 11010 11100

Color Harmonies of #465A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A35

Black with #465A35

Text Example


Text Example

White with #465A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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