#415F74

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

Shades of Matisse #415F74

Tints of Matisse #415F74

Color information

#415F74 (or 0x415F74) is unknown color: approx Matisse. HEX triplet: 41, 5F and 74. RGB value is (65,95,116). Sum of RGB (Red+Green+Blue) = 65+95+116=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #415F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415F74 is #BEA08B. Grayscale: #585858. Windows color (decimal): -12492940 or 7626561. OLE color: 7626561.

HSL color Cylindrical-coordinate representation of color #415F74: hue angle of 204.71º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #415F74 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6595116-
CMYK0.440.1800.55
HSL204.71º28.18%35.49%-
HSV(B)204.71º43.97%45.49%-
XYZ9.4210.5718.07-
YUV88.42143.56111.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=23.55%
G=34.42%
B=42.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65951160.440.1800.55204.7128.1835.49
Hex415F742C12037cd1c23
Octal10113716454220673153443
Binary1000001101111111101001011001001001101111100110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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