#463572

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

Shades of Meteorite #463572

Tints of Meteorite #463572

Color information

#463572 (or 0x463572) is unknown color: approx Meteorite. HEX triplet: 46, 35 and 72. RGB value is (70,53,114). Sum of RGB (Red+Green+Blue) = 70+53+114=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #463572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463572 is #B9CA8D. Grayscale: #404040. Windows color (decimal): -12176014 or 7484742. OLE color: 7484742.

HSL color Cylindrical-coordinate representation of color #463572: hue angle of 256.72º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #463572 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7053114-
CMYK0.390.5400.55
HSL256.72º36.53%32.75%-
HSV(B)256.72º53.51%44.71%-
XYZ6.845.0616.54-
YUV65.04155.63131.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 53 (21.09% from 255) = 22.36%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=29.54%
G=22.36%
B=48.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70531140.390.5400.55256.7236.5332.75
Hex46357227360371012521
Octal1066516247660674014541
Binary100011011010111100101001111101100110111100000001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463572; }

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

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

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

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

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

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

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

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