#463A68

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

Shades of Meteorite #463A68

Tints of Meteorite #463A68

Color information

#463A68 (or 0x463A68) is unknown color: approx Meteorite. HEX triplet: 46, 3A and 68. RGB value is (70,58,104). Sum of RGB (Red+Green+Blue) = 70+58+104=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #463A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A68 is #B9C597. Grayscale: #424242. Windows color (decimal): -12174744 or 6830662. OLE color: 6830662.

HSL color Cylindrical-coordinate representation of color #463A68: hue angle of 255.65º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #463A68 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7058104-
CMYK0.330.4400.59
HSL255.65º28.4%31.76%-
HSV(B)255.65º44.23%40.78%-
XYZ6.545.3313.78-
YUV66.83148.98130.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 58 (23.05% from 255) = 25%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=30.17%
G=25%
B=44.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70581040.330.4400.59255.6528.431.76
Hex463A68212C03B1001c20
Octal1067215041540734003440
Binary10001101110101101000100001101100011101110000000011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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