#455B49

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

Shades of Nandor #455B49

Tints of Nandor #455B49

Color information

#455B49 (or 0x455B49) is unknown color: approx Nandor. HEX triplet: 45, 5B and 49. RGB value is (69,91,73). Sum of RGB (Red+Green+Blue) = 69+91+73=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 91 - color contains mainly: green. Hex color #455B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455B49 is #BAA4B6. Grayscale: #525252. Windows color (decimal): -12231863 or 4807493. OLE color: 4807493.

HSL color Cylindrical-coordinate representation of color #455B49: hue angle of 130.91º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #455B49 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB699173-
CMYK0.2400.200.64
HSL130.91º13.75%31.37%-
HSV(B)130.91º24.18%35.69%-
XYZ7.49.237.69-
YUV82.37122.71118.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.61%
GREEN value IS 91 (35.94% from 255) = 39.06%
BLUE value IS 73 (28.91% from 255) = 31.33%
R=29.61%
G=39.06%
B=31.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6991730.2400.200.64130.9113.7531.37
Hex455B49180144083e1f
Octal105133111300241002031637
Binary10001011011011100100111000010100100000010000011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455B49; }

 p { color: rgb(69,91,73); }

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

<style>
 a { background-color: #455B49; }

 a { background-color: rgb(69,91,73); }

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

<style>
 span { border-color: #455B49; }

 span { border-color: rgb(69,91,73); }

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