Html Css Color HEX #46722A Dell

📋 copy color: '#46722A'

red 70 ◦ green 114 ◦ blue 42

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

Shades of Dell #46722A

Tints of Dell #46722A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.44%

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

R = 30.97%
G = 50.44%
B = 18.58%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#46722A (or 0x46722A) is known color: Dell. HEX triplet: 46, 72 and 2A. RGB value is (70,114,42). Sum of RGB (Red+Green+Blue) = 70+114+42=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #46722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46722A is #B98DD5. Grayscale: #5C5C5C. Windows color (decimal): -12160470 or 2781766. OLE color: 2781766.

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

Color convert

RGB 70 114 42 -
CMYK 0.39 0 0.63 0.55
HSL 96.67º 0.46% 0.31% -
HSV(B) 96.67º 0.63% 0.45% -
XYZ 8.96 13.5 4.32 -
YUV 92.64 99.42 111.85 -
System Red Green Blue C M Y K H S L
Decimal 70 114 42 0.39 0 0.63 0.55 96.67 0.46 0.31
Hex 46 72 2A 27 0 3F 37 61 2E 1F
Octal 106 162 52 47 0 77 67 141 56 37
Binary 1000110 1110010 101010 100111 0 111111 110111 1100001 101110 11111

Color Harmonies of #46722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46722A

Black with #46722A

Text Example


Text Example

White with #46722A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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