#415B75

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

Shades of Matisse #415B75

Tints of Matisse #415B75

Color information

#415B75 (or 0x415B75) is unknown color: approx Matisse. HEX triplet: 41, 5B and 75. RGB value is (65,91,117). Sum of RGB (Red+Green+Blue) = 65+91+117=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #415B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B75 is #BEA48A. Grayscale: #565656. Windows color (decimal): -12493963 or 7691073. OLE color: 7691073.

HSL color Cylindrical-coordinate representation of color #415B75: hue angle of 210º 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 #415B75 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6591117-
CMYK0.440.2200.54
HSL210º28.57%35.69%-
HSV(B)210º44.44%45.88%-
XYZ9.139.8918.26-
YUV86.19145.39112.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=23.81%
G=33.33%
B=42.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65911170.440.2200.5421028.5735.69
Hex415B752C16036d21d24
Octal10113316554260663223544
Binary1000001101101111101011011001011001101101101001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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