#406277

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

Shades of Matisse #406277

Tints of Matisse #406277

Color information

#406277 (or 0x406277) is unknown color: approx Matisse. HEX triplet: 40, 62 and 77. RGB value is (64,98,119). Sum of RGB (Red+Green+Blue) = 64+98+119=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #406277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406277 is #BF9D88. Grayscale: #5A5A5A. Windows color (decimal): -12557705 or 7823936. OLE color: 7823936.

HSL color Cylindrical-coordinate representation of color #406277: hue angle of 202.91º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #406277 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6498119-
CMYK0.460.1800.53
HSL202.91º30.05%35.88%-
HSV(B)202.91º46.22%46.67%-
XYZ9.8111.1619.09-
YUV90.23144.24109.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 119 (46.88% from 255) = 42.35%
R=22.78%
G=34.88%
B=42.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64981190.460.1800.53202.9130.0535.88
Hex4062772E12035cb1e24
Octal10014216756220653133644
Binary1000000110001011101111011101001001101011100101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406277; }

 p { color: rgb(64,98,119); }

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

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

 a { background-color: rgb(64,98,119); }

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

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

 span { border-color: rgb(64,98,119); }

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