#40607B

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

Shades of Matisse #40607B

Tints of Matisse #40607B

Color information

#40607B (or 0x40607B) is unknown color: approx Matisse. HEX triplet: 40, 60 and 7B. RGB value is (64,96,123). Sum of RGB (Red+Green+Blue) = 64+96+123=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #40607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40607B is #BF9F84. Grayscale: #595959. Windows color (decimal): -12558213 or 8085568. OLE color: 8085568.

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

Color convert

RGB6496123-
CMYK0.480.2200.52
HSL207.46º31.55%36.67%-
HSV(B)207.46º47.97%48.24%-
XYZ9.8710.8920.32-
YUV89.51146.9109.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=22.61%
G=33.92%
B=43.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64961230.480.2200.52207.4631.5536.67
Hex40607B3016034cf2025
Octal10014017360260643174045
Binary10000001100000111101111000010110011010011001111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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