#42637A

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

Shades of Matisse #42637A

Tints of Matisse #42637A

Color information

#42637A (or 0x42637A) is unknown color: approx Matisse. HEX triplet: 42, 63 and 7A. RGB value is (66,99,122). Sum of RGB (Red+Green+Blue) = 66+99+122=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #42637A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42637A is #BD9C85. Grayscale: #5B5B5B. Windows color (decimal): -12426374 or 8020802. OLE color: 8020802.

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

Color convert

RGB6699122-
CMYK0.460.1900.52
HSL204.64º29.79%36.86%-
HSV(B)204.64º45.9%47.84%-
XYZ10.2211.4920.09-
YUV91.76145.07109.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=23.00%
G=34.49%
B=42.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66991220.460.1900.52204.6429.7936.86
Hex42637A2E13034cd1e25
Octal10214317256230643153645
Binary1000010110001111110101011101001101101001100110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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