#415D7B

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

Shades of Matisse #415D7B

Tints of Matisse #415D7B

Color information

#415D7B (or 0x415D7B) is unknown color: approx Matisse. HEX triplet: 41, 5D and 7B. RGB value is (65,93,123). Sum of RGB (Red+Green+Blue) = 65+93+123=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #415D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D7B is #BEA284. Grayscale: #575757. Windows color (decimal): -12493445 or 8084801. OLE color: 8084801.

HSL color Cylindrical-coordinate representation of color #415D7B: hue angle of 211.03º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #415D7B is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6593123-
CMYK0.470.2400.52
HSL211.03º30.85%36.86%-
HSV(B)211.03º47.15%48.24%-
XYZ9.6710.3820.23-
YUV88.05147.72111.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.13%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 123 (48.44% from 255) = 43.77%
R=23.13%
G=33.10%
B=43.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65931230.470.2400.52211.0330.8536.86
Hex415D7B2F18034d31f25
Octal10113517357300643233745
Binary1000001101110111110111011111100001101001101001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,93,123); }

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

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

 a { background-color: rgb(65,93,123); }

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

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

 span { border-color: rgb(65,93,123); }

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