#40647F

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

Shades of Matisse #40647F

Tints of Matisse #40647F

Color information

#40647F (or 0x40647F) is unknown color: approx Matisse. HEX triplet: 40, 64 and 7F. RGB value is (64,100,127). Sum of RGB (Red+Green+Blue) = 64+100+127=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #40647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40647F is #BF9B80. Grayscale: #5C5C5C. Windows color (decimal): -12557185 or 8348736. OLE color: 8348736.

HSL color Cylindrical-coordinate representation of color #40647F: hue angle of 205.71º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40647F is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB64100127-
CMYK0.500.2100.50
HSL205.71º32.98%37.45%-
HSV(B)205.71º49.61%49.8%-
XYZ10.511.7421.79-
YUV92.31147.57107.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 127 (50% from 255) = 43.64%
R=21.99%
G=34.36%
B=43.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal641001270.500.2100.50205.7132.9837.45
Hex40647F3215032ce2125
Octal10014417762250623164145
Binary10000001100100111111111001010101011001011001110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40647F; }

 p { color: rgb(64,100,127); }

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

<style>
 a { background-color: #40647F; }

 a { background-color: rgb(64,100,127); }

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

<style>
 span { border-color: #40647F; }

 span { border-color: rgb(64,100,127); }

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