#4B684D

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

Shades of Nandor #4B684D

Tints of Nandor #4B684D

Color information

#4B684D (or 0x4B684D) is unknown color: approx Nandor. HEX triplet: 4B, 68 and 4D. RGB value is (75,104,77). Sum of RGB (Red+Green+Blue) = 75+104+77=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #4B684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B684D is #B497B2. Grayscale: #5C5C5C. Windows color (decimal): -11835315 or 5072971. OLE color: 5072971.

HSL color Cylindrical-coordinate representation of color #4B684D: hue angle of 124.14º 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 #4B684D is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB7510477-
CMYK0.2800.260.59
HSL124.14º16.2%35.1%-
HSV(B)124.14º27.88%40.78%-
XYZ9.1911.938.84-
YUV92.25119.39115.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.30%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=29.30%
G=40.62%
B=30.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75104770.2800.260.59124.1416.235.1
Hex4B684D1C01A3B7c1023
Octal11315011534032731742043
Binary10010111101000100110111100011010111011111110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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