#483A78

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

Shades of Meteorite #483A78

Tints of Meteorite #483A78

Color information

#483A78 (or 0x483A78) is unknown color: approx Meteorite. HEX triplet: 48, 3A and 78. RGB value is (72,58,120). Sum of RGB (Red+Green+Blue) = 72+58+120=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #483A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A78 is #B7C587. Grayscale: #454545. Windows color (decimal): -12043656 or 7879240. OLE color: 7879240.

HSL color Cylindrical-coordinate representation of color #483A78: hue angle of 253.55º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #483A78 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7258120-
CMYK0.400.5200.53
HSL253.55º34.83%34.9%-
HSV(B)253.55º51.67%47.06%-
XYZ7.585.7618.48-
YUV69.25156.64129.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 120 (47.27% from 255) = 48%
R=28.8%
G=23.2%
B=48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72581200.400.5200.53253.5534.8334.9
Hex483A782834035fe2323
Octal1107217050640653764343
Binary10010001110101111000101000110100011010111111110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483A78; }

 p { color: rgb(72,58,120); }

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

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

 a { background-color: rgb(72,58,120); }

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

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

 span { border-color: rgb(72,58,120); }

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