#42607C

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

Shades of Matisse #42607C

Tints of Matisse #42607C

Color information

#42607C (or 0x42607C) is unknown color: approx Matisse. HEX triplet: 42, 60 and 7C. RGB value is (66,96,124). Sum of RGB (Red+Green+Blue) = 66+96+124=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #42607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42607C is #BD9F83. Grayscale: #5A5A5A. Windows color (decimal): -12427140 or 8151106. OLE color: 8151106.

HSL color Cylindrical-coordinate representation of color #42607C: hue angle of 208.97º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42607C is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6696124-
CMYK0.470.2300.51
HSL208.97º30.53%37.25%-
HSV(B)208.97º46.77%48.63%-
XYZ10.0710.9820.66-
YUV90.22147.06110.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=23.08%
G=33.57%
B=43.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66961240.470.2300.51208.9730.5337.25
Hex42607C2F17033d11f25
Octal10214017457270633213745
Binary1000010110000011111001011111011101100111101000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42607C; }

 p { color: rgb(66,96,124); }

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

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

 a { background-color: rgb(66,96,124); }

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

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

 span { border-color: rgb(66,96,124); }

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