#42607F

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

Shades of Matisse #42607F

Tints of Matisse #42607F

Color information

#42607F (or 0x42607F) is unknown color: approx Matisse. HEX triplet: 42, 60 and 7F. RGB value is (66,96,127). Sum of RGB (Red+Green+Blue) = 66+96+127=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #42607F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42607F is #BD9F80. Grayscale: #5A5A5A. Windows color (decimal): -12427137 or 8347714. OLE color: 8347714.

HSL color Cylindrical-coordinate representation of color #42607F: hue angle of 210.49º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42607F is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6696127-
CMYK0.480.2400.50
HSL210.49º31.61%37.84%-
HSV(B)210.49º48.03%49.8%-
XYZ10.2611.0621.67-
YUV90.56148.56110.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 127 (50% from 255) = 43.94%
R=22.84%
G=33.22%
B=43.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66961270.480.2400.50210.4931.6137.84
Hex42607F3018032d22026
Octal10214017760300623224046
Binary10000101100000111111111000011000011001011010010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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