#483366

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

Shades of Meteorite #483366

Tints of Meteorite #483366

Color information

#483366 (or 0x483366) is unknown color: approx Meteorite. HEX triplet: 48, 33 and 66. RGB value is (72,51,102). Sum of RGB (Red+Green+Blue) = 72+51+102=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #483366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483366 is #B7CC99. Grayscale: #3E3E3E. Windows color (decimal): -12045466 or 6697800. OLE color: 6697800.

HSL color Cylindrical-coordinate representation of color #483366: hue angle of 264.71º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483366 is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7251102-
CMYK0.290.500.6
HSL264.71º33.33%30%-
HSV(B)264.71º50%40%-
XYZ6.254.713.15-
YUV63.09149.96134.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=32%
G=22.67%
B=45.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72511020.290.500.6264.7133.3330
Hex4833661D3203C109211e
Octal1106314635620744114136
Binary1001000110011110011011101110010011110010000100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483366; }

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

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

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

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

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

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

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

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