#483775

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

Shades of Meteorite #483775

Tints of Meteorite #483775

Color information

#483775 (or 0x483775) is unknown color: approx Meteorite. HEX triplet: 48, 37 and 75. RGB value is (72,55,117). Sum of RGB (Red+Green+Blue) = 72+55+117=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #483775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483775 is #B7C88A. Grayscale: #424242. Windows color (decimal): -12044427 or 7681864. OLE color: 7681864.

HSL color Cylindrical-coordinate representation of color #483775: hue angle of 256.45º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #483775 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7255117-
CMYK0.380.5300.54
HSL256.45º36.05%33.73%-
HSV(B)256.45º52.99%45.88%-
XYZ7.255.3917.49-
YUV67.15156.13131.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=29.51%
G=22.54%
B=47.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72551170.380.5300.54256.4536.0533.73
Hex48377526350361002422
Octal1106716546650664004442
Binary100100011011111101011001101101010110110100000000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483775; }

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

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

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

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

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

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

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

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