Html Css Color HEX #465B37 Dell

📋 copy color: '#465B37'

red 70 ◦ green 91 ◦ blue 55

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

Shades of Dell #465B37

Tints of Dell #465B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.46%

R = 32.41%
G = 42.13%
B = 25.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#465B37 (or 0x465B37) is known color: Dell. HEX triplet: 46, 5B and 37. RGB value is (70,91,55). Sum of RGB (Red+Green+Blue) = 70+91+55=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 91 - color contains mainly: green. Hex color #465B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B37 is #B9A4C8. Grayscale: #505050. Windows color (decimal): -12166345 or 3627846. OLE color: 3627846.

HSL color Cylindrical-coordinate representation of color #465B37: hue angle of 95º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465B37 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 91 55 -
CMYK 0.23 0 0.40 0.64
HSL 95º 0.25% 0.29% -
HSV(B) 95º 0.4% 0.36% -
XYZ 6.96 9.06 5 -
YUV 80.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 70 91 55 0.23 0 0.40 0.64 95 0.25 0.29
Hex 46 5B 37 17 0 28 40 5F 19 1D
Octal 106 133 67 27 0 50 100 137 31 35
Binary 1000110 1011011 110111 10111 0 101000 1000000 1011111 11001 11101

Color Harmonies of #465B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B37

Black with #465B37

Text Example


Text Example

White with #465B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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