#415F77

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

Shades of Matisse #415F77

Tints of Matisse #415F77

Color information

#415F77 (or 0x415F77) is unknown color: approx Matisse. HEX triplet: 41, 5F and 77. RGB value is (65,95,119). Sum of RGB (Red+Green+Blue) = 65+95+119=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #415F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415F77 is #BEA088. Grayscale: #585858. Windows color (decimal): -12492937 or 7823169. OLE color: 7823169.

HSL color Cylindrical-coordinate representation of color #415F77: hue angle of 206.67º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #415F77 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6595119-
CMYK0.450.2000.53
HSL206.67º29.35%36.08%-
HSV(B)206.67º45.38%46.67%-
XYZ9.610.6419-
YUV88.77145.06111.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.30%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=23.30%
G=34.05%
B=42.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65951190.450.2000.53206.6729.3536.08
Hex415F772D14035cf1d24
Octal10113716755240653173544
Binary1000001101111111101111011011010001101011100111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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