#483470

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

Shades of Meteorite #483470

Tints of Meteorite #483470

Color information

#483470 (or 0x483470) is unknown color: approx Meteorite. HEX triplet: 48, 34 and 70. RGB value is (72,52,112). Sum of RGB (Red+Green+Blue) = 72+52+112=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #483470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483470 is #B7CB8F. Grayscale: #404040. Windows color (decimal): -12045200 or 7353416. OLE color: 7353416.

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

Color convert

RGB7252112-
CMYK0.360.5400.56
HSL260º36.59%32.16%-
HSV(B)260º53.57%43.92%-
XYZ6.83515.94-
YUV64.82154.63133.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 112 (44.14% from 255) = 47.46%
R=30.51%
G=22.03%
B=47.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72521120.360.5400.5626036.5932.16
Hex48347024360381042520
Octal1106416044660704044540
Binary100100011010011100001001001101100111000100000100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483470; }

 p { color: rgb(72,52,112); }

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

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

 a { background-color: rgb(72,52,112); }

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

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

 span { border-color: rgb(72,52,112); }

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