Html Css Color HEX #4D604B Nandor

📋 copy color: '#4D604B'

red 77 ◦ green 96 ◦ blue 75

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

Shades of Nandor #4D604B

Tints of Nandor #4D604B

RGB

 RED value IS 77 (30.47% from 255) = 31.05%

 GREEN value IS 96 (37.89% from 255) = 38.71%

 BLUE value IS 75 (29.69% from 255) = 30.24%

R = 31.05%
G = 38.71%
B = 30.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#4D604B (or 0x4D604B) is known color: Nandor. HEX triplet: 4D, 60 and 4B. RGB value is (77,96,75). Sum of RGB (Red+Green+Blue) = 77+96+75=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #4D604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D604B is #B29FB4. Grayscale: #575757. Windows color (decimal): -11706293 or 4939853. OLE color: 4939853.

HSL color Cylindrical-coordinate representation of color #4D604B: hue angle of 114.29º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D604B is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 96 75 -
CMYK 0.20 0 0.22 0.62
HSL 114.29º 0.12% 0.34% -
HSV(B) 114.29º 0.22% 0.38% -
XYZ 8.51 10.45 8.23 -
YUV 87.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 77 96 75 0.20 0 0.22 0.62 114.29 0.12 0.34
Hex 4D 60 4B 14 0 16 3E 72 C 22
Octal 115 140 113 24 0 26 76 162 14 42
Binary 1001101 1100000 1001011 10100 0 10110 111110 1110010 1100 100010

Color Harmonies of #4D604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D604B

Black with #4D604B

Text Example


Text Example

White with #4D604B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,96,75); }

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

background-color css

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

 a { background-color: rgb(77,96,75); }

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

border-color css

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

 span { border-color: rgb(77,96,75); }

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