#42627D

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

Shades of Matisse #42627D

Tints of Matisse #42627D

Color information

#42627D (or 0x42627D) is unknown color: approx Matisse. HEX triplet: 42, 62 and 7D. RGB value is (66,98,125). Sum of RGB (Red+Green+Blue) = 66+98+125=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #42627D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42627D is #BD9D82. Grayscale: #5B5B5B. Windows color (decimal): -12426627 or 8217154. OLE color: 8217154.

HSL color Cylindrical-coordinate representation of color #42627D: hue angle of 207.46º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42627D is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6698125-
CMYK0.470.2200.51
HSL207.46º30.89%37.45%-
HSV(B)207.46º47.2%49.02%-
XYZ10.3211.3721.05-
YUV91.51146.9109.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 125 (49.22% from 255) = 43.25%
R=22.84%
G=33.91%
B=43.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66981250.470.2200.51207.4630.8937.45
Hex42627D2F16033cf1f25
Octal10214217557260633173745
Binary1000010110001011111011011111011001100111100111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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