#483360

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

Shades of Meteorite #483360

Tints of Meteorite #483360

Color information

#483360 (or 0x483360) is unknown color: approx Meteorite. HEX triplet: 48, 33 and 60. RGB value is (72,51,96). Sum of RGB (Red+Green+Blue) = 72+51+96=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #483360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483360 is #B7CC9F. Grayscale: #3E3E3E. Windows color (decimal): -12045472 or 6304584. OLE color: 6304584.

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

Color convert

RGB725196-
CMYK0.250.4700.62
HSL268º30.61%28.82%-
HSV(B)268º46.88%37.65%-
XYZ5.974.5911.64-
YUV62.41146.96134.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=32.88%
G=23.29%
B=43.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7251960.250.4700.6226830.6128.82
Hex483360192F03E10c1f1d
Octal1106314031570764143735
Binary100100011001111000001100110111101111101000011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483360; }

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

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

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

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

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

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

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

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