#466075

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

Shades of Matisse #466075

Tints of Matisse #466075

Color information

#466075 (or 0x466075) is unknown color: approx Matisse. HEX triplet: 46, 60 and 75. RGB value is (70,96,117). Sum of RGB (Red+Green+Blue) = 70+96+117=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #466075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466075 is #B99F8A. Grayscale: #5A5A5A. Windows color (decimal): -12165003 or 7692358. OLE color: 7692358.

HSL color Cylindrical-coordinate representation of color #466075: hue angle of 206.81º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #466075 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7096117-
CMYK0.400.1800.54
HSL206.81º25.13%36.67%-
HSV(B)206.81º40.17%45.88%-
XYZ9.9210.9518.42-
YUV90.62142.89113.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=24.73%
G=33.92%
B=41.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70961170.400.1800.54206.8125.1336.67
Hex4660752812036cf1925
Octal10614016550220663173145
Binary1000110110000011101011010001001001101101100111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466075; }

 p { color: rgb(70,96,117); }

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

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

 a { background-color: rgb(70,96,117); }

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

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

 span { border-color: rgb(70,96,117); }

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