Html Css Color HEX #4C644F Nandor

📋 copy color: '#4C644F'

red 76 ◦ green 100 ◦ blue 79

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

Shades of Nandor #4C644F

Tints of Nandor #4C644F

RGB

 RED value IS 76 (30.08% from 255) = 29.8%

 GREEN value IS 100 (39.45% from 255) = 39.22%

 BLUE value IS 79 (31.25% from 255) = 30.98%

R = 29.8%
G = 39.22%
B = 30.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#4C644F (or 0x4C644F) is known color: Nandor. HEX triplet: 4C, 64 and 4F. RGB value is (76,100,79). Sum of RGB (Red+Green+Blue) = 76+100+79=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 100 - color contains mainly: green. Hex color #4C644F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C644F is #B39BB0. Grayscale: #5A5A5A. Windows color (decimal): -11770801 or 5203020. OLE color: 5203020.

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

Color convert

RGB 76 100 79 -
CMYK 0.24 0 0.21 0.61
HSL 127.5º 0.14% 0.35% -
HSV(B) 127.5º 0.24% 0.39% -
XYZ 8.95 11.22 9.09 -
YUV 90.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 76 100 79 0.24 0 0.21 0.61 127.5 0.14 0.35
Hex 4C 64 4F 18 0 15 3D 80 E 23
Octal 114 144 117 30 0 25 75 200 16 43
Binary 1001100 1100100 1001111 11000 0 10101 111101 10000000 1110 100011

Color Harmonies of #4C644F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C644F

Black with #4C644F

Text Example


Text Example

White with #4C644F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,100,79); }

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

background-color css

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

 a { background-color: rgb(76,100,79); }

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

border-color css

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

 span { border-color: rgb(76,100,79); }

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