#483772

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

Shades of Meteorite #483772

Tints of Meteorite #483772

Color information

#483772 (or 0x483772) is unknown color: approx Meteorite. HEX triplet: 48, 37 and 72. RGB value is (72,55,114). Sum of RGB (Red+Green+Blue) = 72+55+114=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #483772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483772 is #B7C88D. Grayscale: #424242. Windows color (decimal): -12044430 or 7485256. OLE color: 7485256.

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

Color convert

RGB7255114-
CMYK0.370.5200.55
HSL257.29º34.91%33.14%-
HSV(B)257.29º51.75%44.71%-
XYZ7.085.3216.57-
YUV66.81154.63131.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=29.88%
G=22.82%
B=47.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72551140.370.5200.55257.2934.9133.14
Hex48377225340371012321
Octal1106716245640674014341
Binary100100011011111100101001011101000110111100000001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483772; }

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

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

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

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

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

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

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

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