#42617B

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

Shades of Matisse #42617B

Tints of Matisse #42617B

Color information

#42617B (or 0x42617B) is unknown color: approx Matisse. HEX triplet: 42, 61 and 7B. RGB value is (66,97,123). Sum of RGB (Red+Green+Blue) = 66+97+123=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #42617B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42617B is #BD9E84. Grayscale: #5A5A5A. Windows color (decimal): -12426885 or 8085826. OLE color: 8085826.

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

Color convert

RGB6697123-
CMYK0.460.2100.52
HSL207.37º30.16%37.06%-
HSV(B)207.37º46.34%48.24%-
XYZ10.111.1420.36-
YUV90.7146.23110.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 123 (48.44% from 255) = 43.01%
R=23.08%
G=33.92%
B=43.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66971230.460.2100.52207.3730.1637.06
Hex42617B2E15034cf1e25
Octal10214117356250643173645
Binary1000010110000111110111011101010101101001100111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,97,123); }

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

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

 a { background-color: rgb(66,97,123); }

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

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

 span { border-color: rgb(66,97,123); }

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