#4B654C

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

Shades of Nandor #4B654C

Tints of Nandor #4B654C

Color information

#4B654C (or 0x4B654C) is unknown color: approx Nandor. HEX triplet: 4B, 65 and 4C. RGB value is (75,101,76). Sum of RGB (Red+Green+Blue) = 75+101+76=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 101 - color contains mainly: green. Hex color #4B654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B654C is #B49AB3. Grayscale: #5A5A5A. Windows color (decimal): -11836084 or 5006667. OLE color: 5006667.

HSL color Cylindrical-coordinate representation of color #4B654C: hue angle of 122.31º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B654C is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB7510176-
CMYK0.2600.250.60
HSL122.31º14.77%34.51%-
HSV(B)122.31º25.74%39.61%-
XYZ8.8611.338.56-
YUV90.38119.89117.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.76%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=29.76%
G=40.08%
B=30.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75101760.2600.250.60122.3114.7734.51
Hex4B654C1A0193C7af23
Octal11314511432031741721743
Binary1001011110010110011001101001100111110011110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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