#483572

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

Shades of Meteorite #483572

Tints of Meteorite #483572

Color information

#483572 (or 0x483572) is unknown color: approx Meteorite. HEX triplet: 48, 35 and 72. RGB value is (72,53,114). Sum of RGB (Red+Green+Blue) = 72+53+114=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #483572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483572 is #B7CA8D. Grayscale: #414141. Windows color (decimal): -12044942 or 7484744. OLE color: 7484744.

HSL color Cylindrical-coordinate representation of color #483572: hue angle of 258.69º 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 #483572 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7253114-
CMYK0.370.5400.55
HSL258.69º36.53%32.75%-
HSV(B)258.69º53.51%44.71%-
XYZ6.985.1416.54-
YUV65.63155.29132.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 114 (44.92% from 255) = 47.70%
R=30.13%
G=22.18%
B=47.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72531140.370.5400.55258.6936.5332.75
Hex48357225360371032521
Octal1106516245660674034541
Binary100100011010111100101001011101100110111100000011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483572; }

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

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

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

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

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

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

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

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