#463A65

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

Shades of Meteorite #463A65

Tints of Meteorite #463A65

Color information

#463A65 (or 0x463A65) is unknown color: approx Meteorite. HEX triplet: 46, 3A and 65. RGB value is (70,58,101). Sum of RGB (Red+Green+Blue) = 70+58+101=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #463A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A65 is #B9C59A. Grayscale: #424242. Windows color (decimal): -12174747 or 6634054. OLE color: 6634054.

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

Color convert

RGB7058101-
CMYK0.310.4300.60
HSL256.74º27.04%31.18%-
HSV(B)256.74º42.57%39.61%-
XYZ6.395.2712.99-
YUV66.49147.48130.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 58 (23.05% from 255) = 25.33%
BLUE value IS 101 (39.84% from 255) = 44.10%
R=30.57%
G=25.33%
B=44.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70581010.310.4300.60256.7427.0431.18
Hex463A651F2B03C1011b1f
Octal1067214537530744013337
Binary100011011101011001011111110101101111001000000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463A65; }

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

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

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

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

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

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

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

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