#483672

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

Shades of Meteorite #483672

Tints of Meteorite #483672

Color information

#483672 (or 0x483672) is unknown color: approx Meteorite. HEX triplet: 48, 36 and 72. RGB value is (72,54,114). Sum of RGB (Red+Green+Blue) = 72+54+114=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #483672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483672 is #B7C98D. Grayscale: #424242. Windows color (decimal): -12044686 or 7485000. OLE color: 7485000.

HSL color Cylindrical-coordinate representation of color #483672: hue angle of 258º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #483672 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7254114-
CMYK0.370.5300.55
HSL258º35.71%32.94%-
HSV(B)258º52.63%44.71%-
XYZ7.035.2316.56-
YUV66.22154.96132.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=30%
G=22.5%
B=47.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72541140.370.5300.5525835.7132.94
Hex48367225350371022421
Octal1106616245650674024441
Binary100100011011011100101001011101010110111100000010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483672; }

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

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

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

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

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

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

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

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