#466279

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

Shades of Matisse #466279

Tints of Matisse #466279

Color information

#466279 (or 0x466279) is unknown color: approx Matisse. HEX triplet: 46, 62 and 79. RGB value is (70,98,121). Sum of RGB (Red+Green+Blue) = 70+98+121=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #466279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466279 is #B99D86. Grayscale: #5C5C5C. Windows color (decimal): -12164487 or 7955014. OLE color: 7955014.

HSL color Cylindrical-coordinate representation of color #466279: hue angle of 207.06º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #466279 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7098121-
CMYK0.420.1900.53
HSL207.06º26.7%37.45%-
HSV(B)207.06º42.15%47.45%-
XYZ10.3411.4219.75-
YUV92.25144.22112.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 121 (47.66% from 255) = 41.87%
R=24.22%
G=33.91%
B=41.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70981210.420.1900.53207.0626.737.45
Hex4662792A13035cf1b25
Octal10614217152230653173345
Binary1000110110001011110011010101001101101011100111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466279; }

 p { color: rgb(70,98,121); }

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

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

 a { background-color: rgb(70,98,121); }

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

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

 span { border-color: rgb(70,98,121); }

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