#463668

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

Shades of Meteorite #463668

Tints of Meteorite #463668

Color information

#463668 (or 0x463668) is unknown color: approx Meteorite. HEX triplet: 46, 36 and 68. RGB value is (70,54,104). Sum of RGB (Red+Green+Blue) = 70+54+104=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #463668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463668 is #B9C997. Grayscale: #404040. Windows color (decimal): -12175768 or 6829638. OLE color: 6829638.

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

Color convert

RGB7054104-
CMYK0.330.4800.59
HSL259.2º31.65%30.98%-
HSV(B)259.2º48.08%40.78%-
XYZ6.344.9413.72-
YUV64.48150.3131.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 54 (21.48% from 255) = 23.68%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=30.70%
G=23.68%
B=45.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70541040.330.4800.59259.231.6530.98
Hex463668213003B103201f
Octal1066615041600734034037
Binary10001101101101101000100001110000011101110000001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463668; }

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

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

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

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

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

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

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

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