Html Css Color HEX #46632F Dell

📋 copy color: '#46632F'

red 70 ◦ green 99 ◦ blue 47

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

Shades of Dell #46632F

Tints of Dell #46632F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.76%

R = 32.41%
G = 45.83%
B = 21.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#46632F (or 0x46632F) is known color: Dell. HEX triplet: 46, 63 and 2F. RGB value is (70,99,47). Sum of RGB (Red+Green+Blue) = 70+99+47=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #46632F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46632F is #B99CD0. Grayscale: #545454. Windows color (decimal): -12164305 or 3105606. OLE color: 3105606.

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

Color convert

RGB 70 99 47 -
CMYK 0.29 0 0.53 0.61
HSL 93.46º 0.36% 0.29% -
HSV(B) 93.46º 0.53% 0.39% -
XYZ 7.5 10.43 4.31 -
YUV 84.4 106.89 117.73 -
System Red Green Blue C M Y K H S L
Decimal 70 99 47 0.29 0 0.53 0.61 93.46 0.36 0.29
Hex 46 63 2F 1D 0 35 3D 5D 24 1D
Octal 106 143 57 35 0 65 75 135 44 35
Binary 1000110 1100011 101111 11101 0 110101 111101 1011101 100100 11101

Color Harmonies of #46632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46632F

Black with #46632F

Text Example


Text Example

White with #46632F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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