#40607A

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

Shades of Matisse #40607A

Tints of Matisse #40607A

Color information

#40607A (or 0x40607A) is unknown color: approx Matisse. HEX triplet: 40, 60 and 7A. RGB value is (64,96,122). Sum of RGB (Red+Green+Blue) = 64+96+122=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #40607A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40607A is #BF9F85. Grayscale: #595959. Windows color (decimal): -12558214 or 8020032. OLE color: 8020032.

HSL color Cylindrical-coordinate representation of color #40607A: hue angle of 206.9º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40607A is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6496122-
CMYK0.480.2100.52
HSL206.9º31.18%36.47%-
HSV(B)206.9º47.54%47.84%-
XYZ9.8110.8619.99-
YUV89.4146.4109.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=22.70%
G=34.04%
B=43.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64961220.480.2100.52206.931.1836.47
Hex40607A3015034cf1f24
Octal10014017260250643173744
Binary1000000110000011110101100001010101101001100111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40607A; }

 p { color: rgb(64,96,122); }

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

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

 a { background-color: rgb(64,96,122); }

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

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

 span { border-color: rgb(64,96,122); }

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