#485F4B

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

Shades of Nandor #485F4B

Tints of Nandor #485F4B

Color information

#485F4B (or 0x485F4B) is unknown color: approx Nandor. HEX triplet: 48, 5F and 4B. RGB value is (72,95,75). Sum of RGB (Red+Green+Blue) = 72+95+75=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #485F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F4B is #B7A0B4. Grayscale: #555555. Windows color (decimal): -12034229 or 4939592. OLE color: 4939592.

HSL color Cylindrical-coordinate representation of color #485F4B: hue angle of 127.83º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #485F4B is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB729575-
CMYK0.2400.210.63
HSL127.83º13.77%32.75%-
HSV(B)127.83º24.21%37.25%-
XYZ8.0310.078.18-
YUV85.84121.88118.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=29.75%
G=39.26%
B=30.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7295750.2400.210.63127.8313.7732.75
Hex485F4B180153F80e21
Octal11013711330025772001641
Binary10010001011111100101111000010101111111100000001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485F4B; }

 p { color: rgb(72,95,75); }

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

<style>
 a { background-color: #485F4B; }

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

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

<style>
 span { border-color: #485F4B; }

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

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