Html Css Color HEX #465B35 Dell

📋 copy color: '#465B35'

red 70 ◦ green 91 ◦ blue 53

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

Shades of Dell #465B35

Tints of Dell #465B35

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.52%

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

R = 32.71%
G = 42.52%
B = 24.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#465B35 (or 0x465B35) is known color: Dell. HEX triplet: 46, 5B and 35. RGB value is (70,91,53). Sum of RGB (Red+Green+Blue) = 70+91+53=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 91 - color contains mainly: green. Hex color #465B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B35 is #B9A4CA. Grayscale: #505050. Windows color (decimal): -12166347 or 3496774. OLE color: 3496774.

HSL color Cylindrical-coordinate representation of color #465B35: hue angle of 93.16º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465B35 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 91 53 -
CMYK 0.23 0 0.42 0.64
HSL 93.16º 0.26% 0.28% -
HSV(B) 93.16º 0.42% 0.36% -
XYZ 6.91 9.04 4.75 -
YUV 80.39 112.54 120.59 -
System Red Green Blue C M Y K H S L
Decimal 70 91 53 0.23 0 0.42 0.64 93.16 0.26 0.28
Hex 46 5B 35 17 0 2A 40 5D 1A 1C
Octal 106 133 65 27 0 52 100 135 32 34
Binary 1000110 1011011 110101 10111 0 101010 1000000 1011101 11010 11100

Color Harmonies of #465B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B35

Black with #465B35

Text Example


Text Example

White with #465B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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