Html Css Color HEX #4A632E Dell

📋 copy color: '#4A632E'

red 74 ◦ green 99 ◦ blue 46

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

Shades of Dell #4A632E

Tints of Dell #4A632E

RGB

 RED value IS 74 (29.3% from 255) = 33.79%

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

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

R = 33.79%
G = 45.21%
B = 21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#4A632E (or 0x4A632E) is known color: Dell. HEX triplet: 4A, 63 and 2E. RGB value is (74,99,46). Sum of RGB (Red+Green+Blue) = 74+99+46=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #4A632E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A632E is #B59CD1. Grayscale: #555555. Windows color (decimal): -11902162 or 3040074. OLE color: 3040074.

HSL color Cylindrical-coordinate representation of color #4A632E: hue angle of 88.3º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A632E is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 74 99 46 -
CMYK 0.25 0 0.54 0.61
HSL 88.3º 0.37% 0.28% -
HSV(B) 88.3º 0.54% 0.39% -
XYZ 7.78 10.58 4.22 -
YUV 85.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 74 99 46 0.25 0 0.54 0.61 88.3 0.37 0.28
Hex 4A 63 2E 19 0 36 3D 58 25 1C
Octal 112 143 56 31 0 66 75 130 45 34
Binary 1001010 1100011 101110 11001 0 110110 111101 1011000 100101 11100

Color Harmonies of #4A632E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A632E

Black with #4A632E

Text Example


Text Example

White with #4A632E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A632E; }

 p { color: rgb(74,99,46); }

 H1.HeaderClassName
 {
   color: #4A632E;
 }
 .AnyTagClassName
 {
   color: #4A632E;
 }
</style>

background-color css

<style>
 a { background-color: #4A632E; }

 a { background-color: rgb(74,99,46); }

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

border-color css

<style>
 span { border-color: #4A632E; }

 span { border-color: rgb(74,99,46); }

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