#45617B

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

Shades of Matisse #45617B

Tints of Matisse #45617B

Color information

#45617B (or 0x45617B) is unknown color: approx Matisse. HEX triplet: 45, 61 and 7B. RGB value is (69,97,123). Sum of RGB (Red+Green+Blue) = 69+97+123=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 123 - color contains mainly: blue. Hex color #45617B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45617B is #BA9E84. Grayscale: #5B5B5B. Windows color (decimal): -12230277 or 8085829. OLE color: 8085829.

HSL color Cylindrical-coordinate representation of color #45617B: hue angle of 208.89º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45617B is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6997123-
CMYK0.440.2100.52
HSL208.89º28.12%37.65%-
HSV(B)208.89º43.9%48.24%-
XYZ10.311.2420.37-
YUV91.59145.72111.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.88%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 123 (48.44% from 255) = 42.56%
R=23.88%
G=33.56%
B=42.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69971230.440.2100.52208.8928.1237.65
Hex45617B2C15034d11c26
Octal10514117354250643213446
Binary1000101110000111110111011001010101101001101000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45617B; }

 p { color: rgb(69,97,123); }

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

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

 a { background-color: rgb(69,97,123); }

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

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

 span { border-color: rgb(69,97,123); }

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