Html Css Color HEX #4A634C Nandor

📋 copy color: '#4A634C'

red 74 ◦ green 99 ◦ blue 76

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

Shades of Nandor #4A634C

Tints of Nandor #4A634C

RGB

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

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

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

R = 29.72%
G = 39.76%
B = 30.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#4A634C (or 0x4A634C) is known color: Nandor. HEX triplet: 4A, 63 and 4C. RGB value is (74,99,76). Sum of RGB (Red+Green+Blue) = 74+99+76=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #4A634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A634C is #B59CB3. Grayscale: #585858. Windows color (decimal): -11902132 or 5006154. OLE color: 5006154.

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

Color convert

RGB 74 99 76 -
CMYK 0.25 0 0.23 0.61
HSL 124.8º 0.14% 0.34% -
HSV(B) 124.8º 0.25% 0.39% -
XYZ 8.59 10.9 8.49 -
YUV 88.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 74 99 76 0.25 0 0.23 0.61 124.8 0.14 0.34
Hex 4A 63 4C 19 0 17 3D 7D E 22
Octal 112 143 114 31 0 27 75 175 16 42
Binary 1001010 1100011 1001100 11001 0 10111 111101 1111101 1110 100010

Color Harmonies of #4A634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A634C

Black with #4A634C

Text Example


Text Example

White with #4A634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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