#455E72

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

Shades of Matisse #455E72

Tints of Matisse #455E72

Color information

#455E72 (or 0x455E72) is unknown color: approx Matisse. HEX triplet: 45, 5E and 72. RGB value is (69,94,114). Sum of RGB (Red+Green+Blue) = 69+94+114=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #455E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E72 is #BAA18D. Grayscale: #585858. Windows color (decimal): -12231054 or 7495237. OLE color: 7495237.

HSL color Cylindrical-coordinate representation of color #455E72: hue angle of 206.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #455E72 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6994114-
CMYK0.390.1800.55
HSL206.67º24.59%35.88%-
HSV(B)206.67º39.47%44.71%-
XYZ9.4910.4917.44-
YUV88.8142.22113.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.91%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=24.91%
G=33.94%
B=41.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69941140.390.1800.55206.6724.5935.88
Hex455E722712037cf1924
Octal10513616247220673173144
Binary1000101101111011100101001111001001101111100111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,94,114); }

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

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

 a { background-color: rgb(69,94,114); }

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

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

 span { border-color: rgb(69,94,114); }

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