#483560

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

Shades of Meteorite #483560

Tints of Meteorite #483560

Color information

#483560 (or 0x483560) is unknown color: approx Meteorite. HEX triplet: 48, 35 and 60. RGB value is (72,53,96). Sum of RGB (Red+Green+Blue) = 72+53+96=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #483560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483560 is #B7CA9F. Grayscale: #3F3F3F. Windows color (decimal): -12044960 or 6305096. OLE color: 6305096.

HSL color Cylindrical-coordinate representation of color #483560: hue angle of 266.51º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #483560 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB725396-
CMYK0.250.4500.62
HSL266.51º28.86%29.22%-
HSV(B)266.51º44.79%37.65%-
XYZ6.064.7711.67-
YUV63.58146.29134-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=32.58%
G=23.98%
B=43.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7253960.250.4500.62266.5128.8629.22
Hex483560192D03E10b1d1d
Octal1106514031550764133535
Binary100100011010111000001100110110101111101000010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483560; }

 p { color: rgb(72,53,96); }

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

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

 a { background-color: rgb(72,53,96); }

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

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

 span { border-color: rgb(72,53,96); }

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