#456078

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

Shades of Matisse #456078

Tints of Matisse #456078

Color information

#456078 (or 0x456078) is unknown color: approx Matisse. HEX triplet: 45, 60 and 78. RGB value is (69,96,120). Sum of RGB (Red+Green+Blue) = 69+96+120=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #456078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456078 is #BA9F87. Grayscale: #5A5A5A. Windows color (decimal): -12230536 or 7888965. OLE color: 7888965.

HSL color Cylindrical-coordinate representation of color #456078: hue angle of 208.24º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #456078 is Cyan = 0.42, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6996120-
CMYK0.420.200.53
HSL208.24º26.98%37.06%-
HSV(B)208.24º42.5%47.06%-
XYZ10.0310.9919.36-
YUV90.66144.55112.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.21%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=24.21%
G=33.68%
B=42.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69961200.420.200.53208.2426.9837.06
Hex4560782A14035d01b25
Octal10514017052240653203345
Binary1000101110000011110001010101010001101011101000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456078; }

 p { color: rgb(69,96,120); }

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

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

 a { background-color: rgb(69,96,120); }

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

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

 span { border-color: rgb(69,96,120); }

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