#415E75

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

Shades of Matisse #415E75

Tints of Matisse #415E75

Color information

#415E75 (or 0x415E75) is unknown color: approx Matisse. HEX triplet: 41, 5E and 75. RGB value is (65,94,117). Sum of RGB (Red+Green+Blue) = 65+94+117=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #415E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E75 is #BEA18A. Grayscale: #575757. Windows color (decimal): -12493195 or 7691841. OLE color: 7691841.

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

Color convert

RGB6594117-
CMYK0.440.2000.54
HSL206.54º28.57%35.69%-
HSV(B)206.54º44.44%45.88%-
XYZ9.3910.4118.34-
YUV87.95144.39111.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 94 (37.11% from 255) = 34.06%
BLUE value IS 117 (46.09% from 255) = 42.39%
R=23.55%
G=34.06%
B=42.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65941170.440.2000.54206.5428.5735.69
Hex415E752C14036cf1d24
Octal10113616554240663173544
Binary1000001101111011101011011001010001101101100111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,94,117); }

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

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

 a { background-color: rgb(65,94,117); }

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

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

 span { border-color: rgb(65,94,117); }

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