#483872

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

Shades of Meteorite #483872

Tints of Meteorite #483872

Color information

#483872 (or 0x483872) is unknown color: approx Meteorite. HEX triplet: 48, 38 and 72. RGB value is (72,56,114). Sum of RGB (Red+Green+Blue) = 72+56+114=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #483872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483872 is #B7C78D. Grayscale: #434343. Windows color (decimal): -12044174 or 7485512. OLE color: 7485512.

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

Color convert

RGB7256114-
CMYK0.370.5100.55
HSL256.55º34.12%33.33%-
HSV(B)256.55º50.88%44.71%-
XYZ7.125.4216.59-
YUV67.4154.3131.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=29.75%
G=23.14%
B=47.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72561140.370.5100.55256.5534.1233.33
Hex48387225330371012221
Octal1107016245630674014241
Binary100100011100011100101001011100110110111100000001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483872; }

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

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

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

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

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

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

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

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