#415F7B

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

Shades of Matisse #415F7B

Tints of Matisse #415F7B

Color information

#415F7B (or 0x415F7B) is unknown color: approx Matisse. HEX triplet: 41, 5F and 7B. RGB value is (65,95,123). Sum of RGB (Red+Green+Blue) = 65+95+123=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #415F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415F7B is #BEA084. Grayscale: #595959. Windows color (decimal): -12492933 or 8085313. OLE color: 8085313.

HSL color Cylindrical-coordinate representation of color #415F7B: hue angle of 208.97º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #415F7B is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6595123-
CMYK0.470.2300.52
HSL208.97º30.85%36.86%-
HSV(B)208.97º47.15%48.24%-
XYZ9.8510.7420.29-
YUV89.22147.06110.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=22.97%
G=33.57%
B=43.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65951230.470.2300.52208.9730.8536.86
Hex415F7B2F17034d11f25
Octal10113717357270643213745
Binary1000001101111111110111011111011101101001101000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415F7B; }

 p { color: rgb(65,95,123); }

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

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

 a { background-color: rgb(65,95,123); }

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

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

 span { border-color: rgb(65,95,123); }

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