#4B584D

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

Shades of Nandor #4B584D

Tints of Nandor #4B584D

Color information

#4B584D (or 0x4B584D) is unknown color: approx Nandor. HEX triplet: 4B, 58 and 4D. RGB value is (75,88,77). Sum of RGB (Red+Green+Blue) = 75+88+77=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 88 - color contains mainly: green. Hex color #4B584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B584D is #B4A7B2. Grayscale: #525252. Windows color (decimal): -11839411 or 5068875. OLE color: 5068875.

HSL color Cylindrical-coordinate representation of color #4B584D: hue angle of 129.23º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4B584D is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB758877-
CMYK0.1500.120.65
HSL129.23º7.98%31.96%-
HSV(B)129.23º14.77%34.51%-
XYZ7.739.018.35-
YUV82.86124.69122.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=31.25%
G=36.67%
B=32.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7588770.1500.120.65129.237.9831.96
Hex4B584DF0C4181820
Octal113130115170141012011040
Binary1001011101100010011011111011001000001100000011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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