Html Css Color HEX #46672E Dell

📋 copy color: '#46672E'

red 70 ◦ green 103 ◦ blue 46

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

Shades of Dell #46672E

Tints of Dell #46672E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.03%

 BLUE value IS 46 (18.36% from 255) = 21%

R = 31.96%
G = 47.03%
B = 21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#46672E (or 0x46672E) is known color: Dell. HEX triplet: 46, 67 and 2E. RGB value is (70,103,46). Sum of RGB (Red+Green+Blue) = 70+103+46=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 103 - color contains mainly: green. Hex color #46672E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46672E is #B998D1. Grayscale: #565656. Windows color (decimal): -12163282 or 3041094. OLE color: 3041094.

HSL color Cylindrical-coordinate representation of color #46672E: hue angle of 94.74º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46672E is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 103 46 -
CMYK 0.32 0 0.55 0.60
HSL 94.74º 0.38% 0.29% -
HSV(B) 94.74º 0.55% 0.4% -
XYZ 7.87 11.2 4.33 -
YUV 86.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 70 103 46 0.32 0 0.55 0.60 94.74 0.38 0.29
Hex 46 67 2E 20 0 37 3C 5F 26 1D
Octal 106 147 56 40 0 67 74 137 46 35
Binary 1000110 1100111 101110 100000 0 110111 111100 1011111 100110 11101

Color Harmonies of #46672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46672E

Black with #46672E

Text Example


Text Example

White with #46672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46672E; }

 p { color: rgb(70,103,46); }

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

background-color css

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

 a { background-color: rgb(70,103,46); }

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

border-color css

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

 span { border-color: rgb(70,103,46); }

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