#463570

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

Shades of Meteorite #463570

Tints of Meteorite #463570

Color information

#463570 (or 0x463570) is unknown color: approx Meteorite. HEX triplet: 46, 35 and 70. RGB value is (70,53,112). Sum of RGB (Red+Green+Blue) = 70+53+112=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #463570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463570 is #B9CA8F. Grayscale: #404040. Windows color (decimal): -12176016 or 7353670. OLE color: 7353670.

HSL color Cylindrical-coordinate representation of color #463570: hue angle of 257.29º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #463570 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7053112-
CMYK0.380.5300.56
HSL257.29º35.76%32.35%-
HSV(B)257.29º52.68%43.92%-
XYZ6.725.0215.94-
YUV64.81154.63131.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=29.79%
G=22.55%
B=47.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70531120.380.5300.56257.2935.7632.35
Hex46357026350381012420
Octal1066516046650704014440
Binary100011011010111100001001101101010111000100000001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463570; }

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

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

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

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

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

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

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

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