Html Css Color HEX #46692B Dell

📋 copy color: '#46692B'

red 70 ◦ green 105 ◦ blue 43

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

Shades of Dell #46692B

Tints of Dell #46692B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.17%

 BLUE value IS 43 (17.19% from 255) = 19.72%

R = 32.11%
G = 48.17%
B = 19.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#46692B (or 0x46692B) is known color: Dell. HEX triplet: 46, 69 and 2B. RGB value is (70,105,43). Sum of RGB (Red+Green+Blue) = 70+105+43=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #46692B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46692B is #B996D4. Grayscale: #575757. Windows color (decimal): -12162773 or 2844998. OLE color: 2844998.

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

Color convert

RGB 70 105 43 -
CMYK 0.33 0 0.59 0.59
HSL 93.87º 0.42% 0.29% -
HSV(B) 93.87º 0.59% 0.41% -
XYZ 8.01 11.58 4.1 -
YUV 87.47 102.9 115.54 -
System Red Green Blue C M Y K H S L
Decimal 70 105 43 0.33 0 0.59 0.59 93.87 0.42 0.29
Hex 46 69 2B 21 0 3B 3B 5E 2A 1D
Octal 106 151 53 41 0 73 73 136 52 35
Binary 1000110 1101001 101011 100001 0 111011 111011 1011110 101010 11101

Color Harmonies of #46692B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46692B

Black with #46692B

Text Example


Text Example

White with #46692B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46692B; }

 p { color: rgb(70,105,43); }

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

background-color css

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

 a { background-color: rgb(70,105,43); }

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

border-color css

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

 span { border-color: rgb(70,105,43); }

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