#42607A

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

Shades of Matisse #42607A

Tints of Matisse #42607A

Color information

#42607A (or 0x42607A) is unknown color: approx Matisse. HEX triplet: 42, 60 and 7A. RGB value is (66,96,122). Sum of RGB (Red+Green+Blue) = 66+96+122=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #42607A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42607A is #BD9F85. Grayscale: #595959. Windows color (decimal): -12427142 or 8020034. OLE color: 8020034.

HSL color Cylindrical-coordinate representation of color #42607A: hue angle of 207.86º 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 #42607A is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6696122-
CMYK0.460.2100.52
HSL207.86º29.79%36.86%-
HSV(B)207.86º45.9%47.84%-
XYZ9.9410.9320-
YUV89.99146.06110.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 122 (48.05% from 255) = 42.96%
R=23.24%
G=33.80%
B=42.96%

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
Decimal66961220.460.2100.52207.8629.7936.86
Hex42607A2E15034d01e25
Octal10214017256250643203645
Binary1000010110000011110101011101010101101001101000011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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