#483263

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

Shades of Meteorite #483263

Tints of Meteorite #483263

Color information

#483263 (or 0x483263) is unknown color: approx Meteorite. HEX triplet: 48, 32 and 63. RGB value is (72,50,99). Sum of RGB (Red+Green+Blue) = 72+50+99=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #483263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483263 is #B7CD9C. Grayscale: #3D3D3D. Windows color (decimal): -12045725 or 6500936. OLE color: 6500936.

HSL color Cylindrical-coordinate representation of color #483263: hue angle of 266.94º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #483263 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB725099-
CMYK0.270.4900.61
HSL266.94º32.89%29.22%-
HSV(B)266.94º49.49%38.82%-
XYZ6.074.5612.36-
YUV62.16148.79135.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=32.58%
G=22.62%
B=44.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7250990.270.4900.61266.9432.8929.22
Hex4832631B3103D10b211d
Octal1106214333610754134135
Binary1001000110010110001111011110001011110110000101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483263; }

 p { color: rgb(72,50,99); }

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

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

 a { background-color: rgb(72,50,99); }

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

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

 span { border-color: rgb(72,50,99); }

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