#4B574B

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

Shades of Nandor #4B574B

Tints of Nandor #4B574B

Color information

#4B574B (or 0x4B574B) is unknown color: approx Nandor. HEX triplet: 4B, 57 and 4B. RGB value is (75,87,75). Sum of RGB (Red+Green+Blue) = 75+87+75=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 87 - color contains mainly: green. Hex color #4B574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B574B is #B4A8B4. Grayscale: #525252. Windows color (decimal): -11839669 or 4937547. OLE color: 4937547.

HSL color Cylindrical-coordinate representation of color #4B574B: hue angle of 120º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4B574B is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB758775-
CMYK0.1400.140.66
HSL120º7.41%31.76%-
HSV(B)120º13.79%34.12%-
XYZ7.588.827.96-
YUV82.04124.02122.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.65%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=31.65%
G=36.71%
B=31.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7587750.1400.140.661207.4131.76
Hex4B574BE0E4278720
Octal11312711316016102170740
Binary10010111010111100101111100111010000101111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,87,75); }

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

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

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

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

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

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

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