#463569

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

Shades of Meteorite #463569

Tints of Meteorite #463569

Color information

#463569 (or 0x463569) is unknown color: approx Meteorite. HEX triplet: 46, 35 and 69. RGB value is (70,53,105). Sum of RGB (Red+Green+Blue) = 70+53+105=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #463569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463569 is #B9CA96. Grayscale: #3F3F3F. Windows color (decimal): -12176023 or 6894918. OLE color: 6894918.

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

Color convert

RGB7053105-
CMYK0.330.5000.59
HSL259.62º32.91%30.98%-
HSV(B)259.62º49.52%41.18%-
XYZ6.354.8713.97-
YUV64.01151.13132.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 53 (21.09% from 255) = 23.25%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=30.70%
G=23.25%
B=46.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70531050.330.5000.59259.6232.9130.98
Hex463569213203B104211f
Octal1066515141620734044137
Binary10001101101011101001100001110010011101110000010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463569; }

 p { color: rgb(70,53,105); }

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

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

 a { background-color: rgb(70,53,105); }

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

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

 span { border-color: rgb(70,53,105); }

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