#483569

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

Shades of Meteorite #483569

Tints of Meteorite #483569

Color information

#483569 (or 0x483569) is unknown color: approx Meteorite. HEX triplet: 48, 35 and 69. RGB value is (72,53,105). Sum of RGB (Red+Green+Blue) = 72+53+105=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #483569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483569 is #B7CA96. Grayscale: #404040. Windows color (decimal): -12044951 or 6894920. OLE color: 6894920.

HSL color Cylindrical-coordinate representation of color #483569: hue angle of 261.92º 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 #483569 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7253105-
CMYK0.310.5000.59
HSL261.92º32.91%30.98%-
HSV(B)261.92º49.52%41.18%-
XYZ6.54.9413.98-
YUV64.61150.79133.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 105 (41.41% from 255) = 45.65%
R=31.30%
G=23.04%
B=45.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72531050.310.5000.59261.9232.9130.98
Hex4835691F3203B106211f
Octal1106515137620734064137
Binary1001000110101110100111111110010011101110000011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483569; }

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

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

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

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

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

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

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

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