Html Css Color HEX #465B33 Dell

📋 copy color: '#465B33'

red 70 ◦ green 91 ◦ blue 51

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

Shades of Dell #465B33

Tints of Dell #465B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.06%

R = 33.02%
G = 42.92%
B = 24.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#465B33 (or 0x465B33) is known color: Dell. HEX triplet: 46, 5B and 33. RGB value is (70,91,51). Sum of RGB (Red+Green+Blue) = 70+91+51=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 91 - color contains mainly: green. Hex color #465B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B33 is #B9A4CC. Grayscale: #505050. Windows color (decimal): -12166349 or 3365702. OLE color: 3365702.

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

Color convert

RGB 70 91 51 -
CMYK 0.23 0 0.44 0.64
HSL 91.5º 0.28% 0.28% -
HSV(B) 91.5º 0.44% 0.36% -
XYZ 6.86 9.02 4.51 -
YUV 80.16 111.54 120.75 -
System Red Green Blue C M Y K H S L
Decimal 70 91 51 0.23 0 0.44 0.64 91.5 0.28 0.28
Hex 46 5B 33 17 0 2C 40 5C 1C 1C
Octal 106 133 63 27 0 54 100 134 34 34
Binary 1000110 1011011 110011 10111 0 101100 1000000 1011100 11100 11100

Color Harmonies of #465B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B33

Black with #465B33

Text Example


Text Example

White with #465B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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