Html Css Color HEX #46742A Dell

📋 copy color: '#46742A'

red 70 ◦ green 116 ◦ blue 42

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

Shades of Dell #46742A

Tints of Dell #46742A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.88%

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

R = 30.7%
G = 50.88%
B = 18.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#46742A (or 0x46742A) is known color: Dell. HEX triplet: 46, 74 and 2A. RGB value is (70,116,42). Sum of RGB (Red+Green+Blue) = 70+116+42=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #46742A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46742A is #B98BD5. Grayscale: #5E5E5E. Windows color (decimal): -12159958 or 2782278. OLE color: 2782278.

HSL color Cylindrical-coordinate representation of color #46742A: hue angle of 97.3º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46742A is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 116 42 -
CMYK 0.40 0 0.64 0.55
HSL 97.3º 0.47% 0.31% -
HSV(B) 97.3º 0.64% 0.45% -
XYZ 9.19 13.96 4.4 -
YUV 93.81 98.76 111.02 -
System Red Green Blue C M Y K H S L
Decimal 70 116 42 0.40 0 0.64 0.55 97.3 0.47 0.31
Hex 46 74 2A 28 0 40 37 61 2F 1F
Octal 106 164 52 50 0 100 67 141 57 37
Binary 1000110 1110100 101010 101000 0 1000000 110111 1100001 101111 11111

Color Harmonies of #46742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46742A

Black with #46742A

Text Example


Text Example

White with #46742A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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