#483364

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

Shades of Meteorite #483364

Tints of Meteorite #483364

Color information

#483364 (or 0x483364) is unknown color: approx Meteorite. HEX triplet: 48, 33 and 64. RGB value is (72,51,100). Sum of RGB (Red+Green+Blue) = 72+51+100=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #483364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483364 is #B7CC9B. Grayscale: #3E3E3E. Windows color (decimal): -12045468 or 6566728. OLE color: 6566728.

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

Color convert

RGB7251100-
CMYK0.280.4900.61
HSL265.71º32.45%29.61%-
HSV(B)265.71º49%39.22%-
XYZ6.164.6712.63-
YUV62.86148.96134.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 51 (20.31% from 255) = 22.87%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=32.29%
G=22.87%
B=44.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72511000.280.4900.61265.7132.4529.61
Hex4833641C3103D10a201e
Octal1106314434610754124036
Binary1001000110011110010011100110001011110110000101010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483364; }

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

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

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

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

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

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

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

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