Html Css Color HEX #46632A Dell

📋 copy color: '#46632A'

red 70 ◦ green 99 ◦ blue 42

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

Shades of Dell #46632A

Tints of Dell #46632A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.92%

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 33.18%
G = 46.92%
B = 19.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#46632A (or 0x46632A) is known color: Dell. HEX triplet: 46, 63 and 2A. RGB value is (70,99,42). Sum of RGB (Red+Green+Blue) = 70+99+42=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #46632A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46632A is #B99CD5. Grayscale: #545454. Windows color (decimal): -12164310 or 2777926. OLE color: 2777926.

HSL color Cylindrical-coordinate representation of color #46632A: hue angle of 90.53º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46632A is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 99 42 -
CMYK 0.29 0 0.58 0.61
HSL 90.53º 0.4% 0.28% -
HSV(B) 90.53º 0.58% 0.39% -
XYZ 7.41 10.39 3.81 -
YUV 83.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 70 99 42 0.29 0 0.58 0.61 90.53 0.4 0.28
Hex 46 63 2A 1D 0 3A 3D 5B 28 1C
Octal 106 143 52 35 0 72 75 133 50 34
Binary 1000110 1100011 101010 11101 0 111010 111101 1011011 101000 11100

Color Harmonies of #46632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46632A

Black with #46632A

Text Example


Text Example

White with #46632A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46632A; }

 p { color: rgb(70,99,42); }

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

background-color css

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

 a { background-color: rgb(70,99,42); }

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

border-color css

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

 span { border-color: rgb(70,99,42); }

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