#463665

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

Shades of Meteorite #463665

Tints of Meteorite #463665

Color information

#463665 (or 0x463665) is unknown color: approx Meteorite. HEX triplet: 46, 36 and 65. RGB value is (70,54,101). Sum of RGB (Red+Green+Blue) = 70+54+101=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #463665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463665 is #B9C99A. Grayscale: #3F3F3F. Windows color (decimal): -12175771 or 6633030. OLE color: 6633030.

HSL color Cylindrical-coordinate representation of color #463665: hue angle of 260.43º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #463665 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7054101-
CMYK0.310.4700.60
HSL260.43º30.32%30.39%-
HSV(B)260.43º46.53%39.61%-
XYZ6.194.8812.93-
YUV64.14148.8132.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 101 (39.84% from 255) = 44.89%
R=31.11%
G=24%
B=44.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70541010.310.4700.60260.4330.3230.39
Hex4636651F2F03C1041e1e
Octal1066614537570744043636
Binary100011011011011001011111110111101111001000001001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463665; }

 p { color: rgb(70,54,101); }

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

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

 a { background-color: rgb(70,54,101); }

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

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

 span { border-color: rgb(70,54,101); }

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