#4B544C

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

Shades of Nandor #4B544C

Tints of Nandor #4B544C

Color information

#4B544C (or 0x4B544C) is unknown color: approx Nandor. HEX triplet: 4B, 54 and 4C. RGB value is (75,84,76). Sum of RGB (Red+Green+Blue) = 75+84+76=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 84 - color contains mainly: green. Hex color #4B544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B544C is #B4ABB3. Grayscale: #505050. Windows color (decimal): -11840436 or 5002315. OLE color: 5002315.

HSL color Cylindrical-coordinate representation of color #4B544C: hue angle of 126.67º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4B544C is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB758476-
CMYK0.1100.100.67
HSL126.67º5.66%31.18%-
HSV(B)126.67º10.71%32.94%-
XYZ7.388.368.06-
YUV80.4125.52124.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.91%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=31.91%
G=35.74%
B=32.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7584760.1100.100.67126.675.6631.18
Hex4B544CB0A437f61f
Octal11312411413012103177637
Binary1001011101010010011001011010101000011111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,84,76); }

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

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

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

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

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

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

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