#463F61

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

Shades of Meteorite #463F61

Tints of Meteorite #463F61

Color information

#463F61 (or 0x463F61) is unknown color: approx Meteorite. HEX triplet: 46, 3F and 61. RGB value is (70,63,97). Sum of RGB (Red+Green+Blue) = 70+63+97=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #463F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F61 is #B9C09E. Grayscale: #444444. Windows color (decimal): -12173471 or 6373190. OLE color: 6373190.

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

Color convert

RGB706397-
CMYK0.280.3500.62
HSL252.35º21.25%31.37%-
HSV(B)252.35º35.05%38.04%-
XYZ6.465.7212.07-
YUV68.97143.82128.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 63 (25% from 255) = 27.39%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=30.43%
G=27.39%
B=42.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7063970.280.3500.62252.3521.2531.37
Hex463F611C2303Efc151f
Octal1067714134430763742537
Binary10001101111111100001111001000110111110111111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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