Html Css Color HEX #4A584A Nandor

📋 copy color: '#4A584A'

red 74 ◦ green 88 ◦ blue 74

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

Shades of Nandor #4A584A

Tints of Nandor #4A584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.29%

 BLUE value IS 74 (29.3% from 255) = 31.36%

R = 31.36%
G = 37.29%
B = 31.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#4A584A (or 0x4A584A) is known color: Nandor. HEX triplet: 4A, 58 and 4A. RGB value is (74,88,74). Sum of RGB (Red+Green+Blue) = 74+88+74=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 88 - color contains mainly: green. Hex color #4A584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A584A is #B5A7B5. Grayscale: #525252. Windows color (decimal): -11904950 or 4872266. OLE color: 4872266.

HSL color Cylindrical-coordinate representation of color #4A584A: hue angle of 120º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4A584A is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 88 74 -
CMYK 0.16 0 0.16 0.65
HSL 120º 0.09% 0.32% -
HSV(B) 120º 0.16% 0.35% -
XYZ 7.55 8.93 7.8 -
YUV 82.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 74 88 74 0.16 0 0.16 0.65 120 0.09 0.32
Hex 4A 58 4A 10 0 10 41 78 9 20
Octal 112 130 112 20 0 20 101 170 11 40
Binary 1001010 1011000 1001010 10000 0 10000 1000001 1111000 1001 100000

Color Harmonies of #4A584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A584A

Black with #4A584A

Text Example


Text Example

White with #4A584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,88,74); }

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

background-color css

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

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

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

border-color css

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

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

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