#463D61

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

Shades of Meteorite #463D61

Tints of Meteorite #463D61

Color information

#463D61 (or 0x463D61) is unknown color: approx Meteorite. HEX triplet: 46, 3D and 61. RGB value is (70,61,97). Sum of RGB (Red+Green+Blue) = 70+61+97=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #463D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D61 is #B9C29E. Grayscale: #434343. Windows color (decimal): -12173983 or 6372678. OLE color: 6372678.

HSL color Cylindrical-coordinate representation of color #463D61: hue angle of 255º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #463D61 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB706197-
CMYK0.280.3700.62
HSL255º22.78%30.98%-
HSV(B)255º37.11%38.04%-
XYZ6.355.512.04-
YUV67.79144.48129.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 61 (24.22% from 255) = 26.75%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=30.70%
G=26.75%
B=42.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7061970.280.3700.6225522.7830.98
Hex463D611C2503Eff171f
Octal1067514134450763772737
Binary10001101111011100001111001001010111110111111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,61,97); }

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

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

 a { background-color: rgb(70,61,97); }

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

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

 span { border-color: rgb(70,61,97); }

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