#483673

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

Shades of Meteorite #483673

Tints of Meteorite #483673

Color information

#483673 (or 0x483673) is unknown color: approx Meteorite. HEX triplet: 48, 36 and 73. RGB value is (72,54,115). Sum of RGB (Red+Green+Blue) = 72+54+115=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #483673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483673 is #B7C98C. Grayscale: #424242. Windows color (decimal): -12044685 or 7550536. OLE color: 7550536.

HSL color Cylindrical-coordinate representation of color #483673: hue angle of 257.7º 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 #483673 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7254115-
CMYK0.370.5300.55
HSL257.7º36.09%33.14%-
HSV(B)257.7º53.04%45.1%-
XYZ7.095.2516.86-
YUV66.34155.46132.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 115 (45.31% from 255) = 47.72%
R=29.88%
G=22.41%
B=47.72%

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
Decimal72541150.370.5300.55257.736.0933.14
Hex48367325350371022421
Octal1106616345650674024441
Binary100100011011011100111001011101010110111100000010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483673; }

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

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

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

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

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

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

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

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