#42627F

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

Shades of Matisse #42627F

Tints of Matisse #42627F

Color information

#42627F (or 0x42627F) is unknown color: approx Matisse. HEX triplet: 42, 62 and 7F. RGB value is (66,98,127). Sum of RGB (Red+Green+Blue) = 66+98+127=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #42627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42627F is #BD9D80. Grayscale: #5B5B5B. Windows color (decimal): -12426625 or 8348226. OLE color: 8348226.

HSL color Cylindrical-coordinate representation of color #42627F: hue angle of 208.52º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42627F is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6698127-
CMYK0.480.2300.50
HSL208.52º31.61%37.84%-
HSV(B)208.52º48.03%49.8%-
XYZ10.4511.4321.73-
YUV91.74147.9109.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 127 (50% from 255) = 43.64%
R=22.68%
G=33.68%
B=43.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66981270.480.2300.50208.5231.6137.84
Hex42627F3017032d12026
Octal10214217760270623214046
Binary10000101100010111111111000010111011001011010001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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