Html Css Color HEX #4A633C Dell

📋 copy color: '#4A633C'

red 74 ◦ green 99 ◦ blue 60

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

Shades of Dell #4A633C

Tints of Dell #4A633C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.75%

R = 31.76%
G = 42.49%
B = 25.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#4A633C (or 0x4A633C) is known color: Dell. HEX triplet: 4A, 63 and 3C. RGB value is (74,99,60). Sum of RGB (Red+Green+Blue) = 74+99+60=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #4A633C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A633C is #B59CC3. Grayscale: #575757. Windows color (decimal): -11902148 or 3957578. OLE color: 3957578.

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

Color convert

RGB 74 99 60 -
CMYK 0.25 0 0.39 0.61
HSL 98.46º 0.25% 0.31% -
HSV(B) 98.46º 0.39% 0.39% -
XYZ 8.1 10.71 5.91 -
YUV 87.08 112.72 118.67 -
System Red Green Blue C M Y K H S L
Decimal 74 99 60 0.25 0 0.39 0.61 98.46 0.25 0.31
Hex 4A 63 3C 19 0 27 3D 62 19 1F
Octal 112 143 74 31 0 47 75 142 31 37
Binary 1001010 1100011 111100 11001 0 100111 111101 1100010 11001 11111

Color Harmonies of #4A633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A633C

Black with #4A633C

Text Example


Text Example

White with #4A633C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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