#483663

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

Shades of Meteorite #483663

Tints of Meteorite #483663

Color information

#483663 (or 0x483663) is unknown color: approx Meteorite. HEX triplet: 48, 36 and 63. RGB value is (72,54,99). Sum of RGB (Red+Green+Blue) = 72+54+99=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #483663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483663 is #B7C99C. Grayscale: #404040. Windows color (decimal): -12044701 or 6501960. OLE color: 6501960.

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

Color convert

RGB725499-
CMYK0.270.4500.61
HSL264º29.41%30%-
HSV(B)264º45.45%38.82%-
XYZ6.244.9212.42-
YUV64.51147.46133.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 99 (39.06% from 255) = 44%
R=32%
G=24%
B=44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7254990.270.4500.6126429.4130
Hex4836631B2D03D1081d1e
Octal1106614333550754103536
Binary100100011011011000111101110110101111011000010001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483663; }

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

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

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

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

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

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

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

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