Html Css Color HEX #466833 Dell

📋 copy color: '#466833'

red 70 ◦ green 104 ◦ blue 51

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

Shades of Dell #466833

Tints of Dell #466833

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.22%

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

R = 31.11%
G = 46.22%
B = 22.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#466833 (or 0x466833) is known color: Dell. HEX triplet: 46, 68 and 33. RGB value is (70,104,51). Sum of RGB (Red+Green+Blue) = 70+104+51=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #466833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466833 is #B997CC. Grayscale: #575757. Windows color (decimal): -12163021 or 3369030. OLE color: 3369030.

HSL color Cylindrical-coordinate representation of color #466833: hue angle of 98.49º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #466833 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 104 51 -
CMYK 0.33 0 0.51 0.59
HSL 98.49º 0.34% 0.3% -
HSV(B) 98.49º 0.51% 0.41% -
XYZ 8.07 11.44 4.91 -
YUV 87.79 107.24 115.31 -
System Red Green Blue C M Y K H S L
Decimal 70 104 51 0.33 0 0.51 0.59 98.49 0.34 0.3
Hex 46 68 33 21 0 33 3B 62 22 1E
Octal 106 150 63 41 0 63 73 142 42 36
Binary 1000110 1101000 110011 100001 0 110011 111011 1100010 100010 11110

Color Harmonies of #466833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466833

Black with #466833

Text Example


Text Example

White with #466833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466833; }

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

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

background-color css

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

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

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

border-color css

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

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

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