#483369

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

Shades of Meteorite #483369

Tints of Meteorite #483369

Color information

#483369 (or 0x483369) is unknown color: approx Meteorite. HEX triplet: 48, 33 and 69. RGB value is (72,51,105). Sum of RGB (Red+Green+Blue) = 72+51+105=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #483369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483369 is #B7CC96. Grayscale: #3F3F3F. Windows color (decimal): -12045463 or 6894408. OLE color: 6894408.

HSL color Cylindrical-coordinate representation of color #483369: hue angle of 263.33º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483369 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7251105-
CMYK0.310.5100.59
HSL263.33º34.62%30.59%-
HSV(B)263.33º51.43%41.18%-
XYZ6.414.7713.95-
YUV63.43151.46134.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=31.58%
G=22.37%
B=46.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72511050.310.5100.59263.3334.6230.59
Hex4833691F3303B107231f
Octal1106315137630734074337
Binary1001000110011110100111111110011011101110000011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483369; }

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

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

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

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

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

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

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

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