#483999

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

Shades of Blue Gem #483999

Tints of Blue Gem #483999

Color information

#483999 (or 0x483999) is unknown color: approx Blue Gem. HEX triplet: 48, 39 and 99. RGB value is (72,57,153). Sum of RGB (Red+Green+Blue) = 72+57+153=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #483999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483999 is #B7C666. Grayscale: #484848. Windows color (decimal): -12043879 or 10041672. OLE color: 10041672.

HSL color Cylindrical-coordinate representation of color #483999: hue angle of 249.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483999 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7257153-
CMYK0.530.6300.4
HSL249.38º45.71%41.18%-
HSV(B)249.38º62.75%60%-
XYZ9.896.630.89-
YUV72.43173.47127.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 153 (60.16% from 255) = 54.26%
R=25.53%
G=20.21%
B=54.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72571530.530.6300.4249.3845.7141.18
Hex483999353F028f92e29
Octal1107123165770503715651
Binary100100011100110011001110101111111010100011111001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483999; }

 p { color: rgb(72,57,153); }

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

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

 a { background-color: rgb(72,57,153); }

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

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

 span { border-color: rgb(72,57,153); }

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