#405B7B

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

Shades of Matisse #405B7B

Tints of Matisse #405B7B

Color information

#405B7B (or 0x405B7B) is unknown color: approx Matisse. HEX triplet: 40, 5B and 7B. RGB value is (64,91,123). Sum of RGB (Red+Green+Blue) = 64+91+123=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #405B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B7B is #BFA484. Grayscale: #565656. Windows color (decimal): -12559493 or 8084288. OLE color: 8084288.

HSL color Cylindrical-coordinate representation of color #405B7B: hue angle of 212.54º 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 #405B7B is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6491123-
CMYK0.480.2600.52
HSL212.54º31.55%36.67%-
HSV(B)212.54º47.97%48.24%-
XYZ9.431020.17-
YUV86.58148.55111.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.02%
GREEN value IS 91 (35.94% from 255) = 32.73%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=23.02%
G=32.73%
B=44.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64911230.480.2600.52212.5431.5536.67
Hex405B7B301A034d52025
Octal10013317360320643254045
Binary10000001011011111101111000011010011010011010101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405B7B; }

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

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

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

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

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

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

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

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