Html Css Color HEX #4B634D Nandor

📋 copy color: '#4B634D'

red 75 ◦ green 99 ◦ blue 77

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

Shades of Nandor #4B634D

Tints of Nandor #4B634D

RGB

 RED value IS 75 (29.69% from 255) = 29.88%

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

 BLUE value IS 77 (30.47% from 255) = 30.68%

R = 29.88%
G = 39.44%
B = 30.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#4B634D (or 0x4B634D) is known color: Nandor. HEX triplet: 4B, 63 and 4D. RGB value is (75,99,77). Sum of RGB (Red+Green+Blue) = 75+99+77=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #4B634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B634D is #B49CB2. Grayscale: #595959. Windows color (decimal): -11836595 or 5071691. OLE color: 5071691.

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

Color convert

RGB 75 99 77 -
CMYK 0.24 0 0.22 0.61
HSL 125º 0.14% 0.34% -
HSV(B) 125º 0.24% 0.39% -
XYZ 8.7 10.96 8.68 -
YUV 89.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 75 99 77 0.24 0 0.22 0.61 125 0.14 0.34
Hex 4B 63 4D 18 0 16 3D 7D E 22
Octal 113 143 115 30 0 26 75 175 16 42
Binary 1001011 1100011 1001101 11000 0 10110 111101 1111101 1110 100010

Color Harmonies of #4B634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B634D

Black with #4B634D

Text Example


Text Example

White with #4B634D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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