#483D99

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

Shades of Blue Gem #483D99

Tints of Blue Gem #483D99

Color information

#483D99 (or 0x483D99) is unknown color: approx Blue Gem. HEX triplet: 48, 3D and 99. RGB value is (72,61,153). Sum of RGB (Red+Green+Blue) = 72+61+153=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #483D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483D99 is #B7C266. Grayscale: #4A4A4A. Windows color (decimal): -12042855 or 10042696. OLE color: 10042696.

HSL color Cylindrical-coordinate representation of color #483D99: hue angle of 247.17º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #483D99 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7261153-
CMYK0.530.6000.4
HSL247.17º42.99%41.96%-
HSV(B)247.17º60.13%60%-
XYZ10.097.0230.96-
YUV74.78172.14126.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 61 (24.22% from 255) = 21.33%
BLUE value IS 153 (60.16% from 255) = 53.50%
R=25.17%
G=21.33%
B=53.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72611530.530.6000.4247.1742.9941.96
Hex483D99353C028f72b2a
Octal1107523165740503675352
Binary100100011110110011001110101111100010100011110111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483D99; }

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

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

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

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

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

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

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

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