#4B634E

Color #4B634E Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #4B634E

Tints of Nandor #4B634E

Color information

#4B634E (or 0x4B634E) is unknown color: approx Nandor. HEX triplet: 4B, 63 and 4E. RGB value is (75,99,78). Sum of RGB (Red+Green+Blue) = 75+99+78=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #4B634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B634E is #B49CB1. Grayscale: #595959. Windows color (decimal): -11836594 or 5137227. OLE color: 5137227.

HSL color Cylindrical-coordinate representation of color #4B634E: hue angle of 127.5º 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 #4B634E is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB759978-
CMYK0.2400.210.61
HSL127.5º13.79%34.12%-
HSV(B)127.5º24.24%38.82%-
XYZ8.7410.978.86-
YUV89.43121.55117.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.76%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=29.76%
G=39.29%
B=30.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7599780.2400.210.61127.513.7934.12
Hex4B634E180153D7fe22
Octal11314311630025751771642
Binary1001011110001110011101100001010111110111111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B634E;
 }
 .AnyTagClassName
 {
   color: #4B634E;
 }
</style>
background-color css

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

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

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

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

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

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