#483A5D

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

Shades of Meteorite #483A5D

Tints of Meteorite #483A5D

Color information

#483A5D (or 0x483A5D) is unknown color: approx Meteorite. HEX triplet: 48, 3A and 5D. RGB value is (72,58,93). Sum of RGB (Red+Green+Blue) = 72+58+93=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #483A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A5D is #B7C5A2. Grayscale: #424242. Windows color (decimal): -12043683 or 6109768. OLE color: 6109768.

HSL color Cylindrical-coordinate representation of color #483A5D: hue angle of 264º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #483A5D is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB725893-
CMYK0.230.3800.64
HSL264º23.18%29.61%-
HSV(B)264º37.63%36.47%-
XYZ6.165.1911.03-
YUV66.18143.14132.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 93 (36.72% from 255) = 41.70%
R=32.29%
G=26.01%
B=41.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7258930.230.3800.6426423.1829.61
Hex483A5D1726040108171e
Octal11072135274601004102736
Binary1001000111010101110110111100110010000001000010001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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