#463C72

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

Shades of Meteorite #463C72

Tints of Meteorite #463C72

Color information

#463C72 (or 0x463C72) is unknown color: approx Meteorite. HEX triplet: 46, 3C and 72. RGB value is (70,60,114). Sum of RGB (Red+Green+Blue) = 70+60+114=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #463C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C72 is #B9C38D. Grayscale: #444444. Windows color (decimal): -12174222 or 7486534. OLE color: 7486534.

HSL color Cylindrical-coordinate representation of color #463C72: hue angle of 251.11º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #463C72 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7060114-
CMYK0.390.4700.55
HSL251.11º31.03%34.12%-
HSV(B)251.11º47.37%44.71%-
XYZ7.185.7516.65-
YUV69.15153.31128.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 60 (23.83% from 255) = 24.59%
BLUE value IS 114 (44.92% from 255) = 46.72%
R=28.69%
G=24.59%
B=46.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70601140.390.4700.55251.1131.0334.12
Hex463C72272F037fb1f22
Octal1067416247570673733742
Binary1000110111100111001010011110111101101111111101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,60,114); }

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

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

 a { background-color: rgb(70,60,114); }

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

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

 span { border-color: rgb(70,60,114); }

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