Html Css Color HEX #4A664C Nandor

📋 copy color: '#4A664C'

red 74 ◦ green 102 ◦ blue 76

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

Shades of Nandor #4A664C

Tints of Nandor #4A664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.48%

 BLUE value IS 76 (30.08% from 255) = 30.16%

R = 29.37%
G = 40.48%
B = 30.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#4A664C (or 0x4A664C) is known color: Nandor. HEX triplet: 4A, 66 and 4C. RGB value is (74,102,76). Sum of RGB (Red+Green+Blue) = 74+102+76=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 102 - color contains mainly: green. Hex color #4A664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A664C is #B599B3. Grayscale: #5A5A5A. Windows color (decimal): -11901364 or 5006922. OLE color: 5006922.

HSL color Cylindrical-coordinate representation of color #4A664C: hue angle of 124.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A664C is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 74 102 76 -
CMYK 0.27 0 0.25 0.6
HSL 124.29º 0.16% 0.35% -
HSV(B) 124.29º 0.27% 0.4% -
XYZ 8.88 11.48 8.59 -
YUV 90.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 74 102 76 0.27 0 0.25 0.6 124.29 0.16 0.35
Hex 4A 66 4C 1B 0 19 3C 7C 10 23
Octal 112 146 114 33 0 31 74 174 20 43
Binary 1001010 1100110 1001100 11011 0 11001 111100 1111100 10000 100011

Color Harmonies of #4A664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A664C

Black with #4A664C

Text Example


Text Example

White with #4A664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,102,76); }

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

background-color css

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

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

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

border-color css

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

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

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