#4B684C

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

Shades of Nandor #4B684C

Tints of Nandor #4B684C

Color information

#4B684C (or 0x4B684C) is unknown color: approx Nandor. HEX triplet: 4B, 68 and 4C. RGB value is (75,104,76). Sum of RGB (Red+Green+Blue) = 75+104+76=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #4B684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B684C is #B497B3. Grayscale: #5C5C5C. Windows color (decimal): -11835316 or 5007435. OLE color: 5007435.

HSL color Cylindrical-coordinate representation of color #4B684C: hue angle of 122.07º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B684C is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB7510476-
CMYK0.2800.270.59
HSL122.07º16.2%35.1%-
HSV(B)122.07º27.88%40.78%-
XYZ9.1611.928.66-
YUV92.14118.89115.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 104 (41.02% from 255) = 40.78%
BLUE value IS 76 (30.08% from 255) = 29.80%
R=29.41%
G=40.78%
B=29.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75104760.2800.270.59122.0716.235.1
Hex4B684C1C01B3B7a1023
Octal11315011434033731722043
Binary10010111101000100110011100011011111011111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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