#42617F

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

Shades of Matisse #42617F

Tints of Matisse #42617F

Color information

#42617F (or 0x42617F) is unknown color: approx Matisse. HEX triplet: 42, 61 and 7F. RGB value is (66,97,127). Sum of RGB (Red+Green+Blue) = 66+97+127=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #42617F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42617F is #BD9E80. Grayscale: #5B5B5B. Windows color (decimal): -12426881 or 8347970. OLE color: 8347970.

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

Color convert

RGB6697127-
CMYK0.480.2400.50
HSL209.51º31.61%37.84%-
HSV(B)209.51º48.03%49.8%-
XYZ10.3511.2421.7-
YUV91.15148.23110.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 97 (38.28% from 255) = 33.45%
BLUE value IS 127 (50% from 255) = 43.79%
R=22.76%
G=33.45%
B=43.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66971270.480.2400.50209.5131.6137.84
Hex42617F3018032d22026
Octal10214117760300623224046
Binary10000101100001111111111000011000011001011010010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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