#42627A

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

Shades of Matisse #42627A

Tints of Matisse #42627A

Color information

#42627A (or 0x42627A) is unknown color: approx Matisse. HEX triplet: 42, 62 and 7A. RGB value is (66,98,122). Sum of RGB (Red+Green+Blue) = 66+98+122=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #42627A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42627A is #BD9D85. Grayscale: #5B5B5B. Windows color (decimal): -12426630 or 8020546. OLE color: 8020546.

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

Color convert

RGB6698122-
CMYK0.460.2000.52
HSL205.71º29.79%36.86%-
HSV(B)205.71º45.9%47.84%-
XYZ10.1311.320.06-
YUV91.17145.4110.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=23.08%
G=34.27%
B=42.66%

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
Decimal66981220.460.2000.52205.7129.7936.86
Hex42627A2E14034ce1e25
Octal10214217256240643163645
Binary1000010110001011110101011101010001101001100111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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