#42617A

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

Shades of Matisse #42617A

Tints of Matisse #42617A

Color information

#42617A (or 0x42617A) is unknown color: approx Matisse. HEX triplet: 42, 61 and 7A. RGB value is (66,97,122). Sum of RGB (Red+Green+Blue) = 66+97+122=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #42617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42617A is #BD9E85. Grayscale: #5A5A5A. Windows color (decimal): -12426886 or 8020290. OLE color: 8020290.

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

Color convert

RGB6697122-
CMYK0.460.2000.52
HSL206.79º29.79%36.86%-
HSV(B)206.79º45.9%47.84%-
XYZ10.0311.1120.03-
YUV90.58145.73110.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 122 (48.05% from 255) = 42.81%
R=23.16%
G=34.04%
B=42.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66971220.460.2000.52206.7929.7936.86
Hex42617A2E14034cf1e25
Octal10214117256240643173645
Binary1000010110000111110101011101010001101001100111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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