#415C77

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

Shades of Matisse #415C77

Tints of Matisse #415C77

Color information

#415C77 (or 0x415C77) is unknown color: approx Matisse. HEX triplet: 41, 5C and 77. RGB value is (65,92,119). Sum of RGB (Red+Green+Blue) = 65+92+119=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #415C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C77 is #BEA388. Grayscale: #565656. Windows color (decimal): -12493705 or 7822401. OLE color: 7822401.

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

Color convert

RGB6592119-
CMYK0.450.2300.53
HSL210º29.35%36.08%-
HSV(B)210º45.38%46.67%-
XYZ9.3410.1118.91-
YUV87146.05112.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 119 (46.88% from 255) = 43.12%
R=23.55%
G=33.33%
B=43.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65921190.450.2300.5321029.3536.08
Hex415C772D17035d21d24
Octal10113416755270653223544
Binary1000001101110011101111011011011101101011101001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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