#42637F

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

Shades of Matisse #42637F

Tints of Matisse #42637F

Color information

#42637F (or 0x42637F) is unknown color: approx Matisse. HEX triplet: 42, 63 and 7F. RGB value is (66,99,127). Sum of RGB (Red+Green+Blue) = 66+99+127=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #42637F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42637F is #BD9C80. Grayscale: #5C5C5C. Windows color (decimal): -12426369 or 8348482. OLE color: 8348482.

HSL color Cylindrical-coordinate representation of color #42637F: hue angle of 207.54º 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 #42637F is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6699127-
CMYK0.480.2200.50
HSL207.54º31.61%37.84%-
HSV(B)207.54º48.03%49.8%-
XYZ10.5411.6121.76-
YUV92.32147.57109.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 127 (50% from 255) = 43.49%
R=22.60%
G=33.90%
B=43.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66991270.480.2200.50207.5431.6137.84
Hex42637F3016032d02026
Octal10214317760260623204046
Binary10000101100011111111111000010110011001011010000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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