#415F7F

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

Shades of Matisse #415F7F

Tints of Matisse #415F7F

Color information

#415F7F (or 0x415F7F) is unknown color: approx Matisse. HEX triplet: 41, 5F and 7F. RGB value is (65,95,127). Sum of RGB (Red+Green+Blue) = 65+95+127=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #415F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415F7F is #BEA080. Grayscale: #595959. Windows color (decimal): -12492929 or 8347457. OLE color: 8347457.

HSL color Cylindrical-coordinate representation of color #415F7F: hue angle of 210.97º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #415F7F is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6595127-
CMYK0.490.2500.50
HSL210.97º32.29%37.65%-
HSV(B)210.97º48.82%49.8%-
XYZ10.110.8421.64-
YUV89.68149.06110.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 127 (50% from 255) = 44.25%
R=22.65%
G=33.10%
B=44.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65951270.490.2500.50210.9732.2937.65
Hex415F7F3119032d32026
Octal10113717761310623234046
Binary10000011011111111111111000111001011001011010011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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