#463C6C

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

Shades of Meteorite #463C6C

Tints of Meteorite #463C6C

Color information

#463C6C (or 0x463C6C) is unknown color: approx Meteorite. HEX triplet: 46, 3C and 6C. RGB value is (70,60,108). Sum of RGB (Red+Green+Blue) = 70+60+108=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #463C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C6C is #B9C393. Grayscale: #444444. Windows color (decimal): -12174228 or 7093318. OLE color: 7093318.

HSL color Cylindrical-coordinate representation of color #463C6C: hue angle of 252.5º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #463C6C is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7060108-
CMYK0.350.4400.58
HSL252.5º28.57%32.94%-
HSV(B)252.5º44.44%42.35%-
XYZ6.855.6214.91-
YUV68.46150.31129.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 60 (23.83% from 255) = 25.21%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=29.41%
G=25.21%
B=45.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70601080.350.4400.58252.528.5732.94
Hex463C6C232C03Afc1d21
Octal1067415443540723743541
Binary1000110111100110110010001110110001110101111110011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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