#463765

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

Shades of Meteorite #463765

Tints of Meteorite #463765

Color information

#463765 (or 0x463765) is unknown color: approx Meteorite. HEX triplet: 46, 37 and 65. RGB value is (70,55,101). Sum of RGB (Red+Green+Blue) = 70+55+101=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #463765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463765 is #B9C89A. Grayscale: #404040. Windows color (decimal): -12175515 or 6633286. OLE color: 6633286.

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

Color convert

RGB7055101-
CMYK0.310.4600.60
HSL259.57º29.49%30.59%-
HSV(B)259.57º45.54%39.61%-
XYZ6.244.9712.94-
YUV64.73148.47131.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=30.97%
G=24.34%
B=44.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70551010.310.4600.60259.5729.4930.59
Hex4637651F2E03C1041d1f
Octal1066714537560744043537
Binary100011011011111001011111110111001111001000001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463765; }

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

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

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

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

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

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

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

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