#483386

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

Shades of Blue Gem #483386

Tints of Blue Gem #483386

Color information

#483386 (or 0x483386) is unknown color: approx Blue Gem. HEX triplet: 48, 33 and 86. RGB value is (72,51,134). Sum of RGB (Red+Green+Blue) = 72+51+134=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #483386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483386 is #B7CC79. Grayscale: #424242. Windows color (decimal): -12045434 or 8794952. OLE color: 8794952.

HSL color Cylindrical-coordinate representation of color #483386: hue angle of 255.18º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #483386 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7251134-
CMYK0.460.6200.47
HSL255.18º44.86%36.27%-
HSV(B)255.18º61.94%52.55%-
XYZ8.165.4723.18-
YUV66.74165.96131.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 134 (52.73% from 255) = 52.14%
R=28.02%
G=19.84%
B=52.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72511340.460.6200.47255.1844.8636.27
Hex4833862E3E02Fff2d24
Octal1106320656760573775544
Binary100100011001110000110101110111110010111111111111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483386; }

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

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

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

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

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

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

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

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