#483186

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

Shades of Blue Gem #483186

Tints of Blue Gem #483186

Color information

#483186 (or 0x483186) is unknown color: approx Blue Gem. HEX triplet: 48, 31 and 86. RGB value is (72,49,134). Sum of RGB (Red+Green+Blue) = 72+49+134=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #483186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483186 is #B7CE79. Grayscale: #414141. Windows color (decimal): -12045946 or 8794440. OLE color: 8794440.

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

Color convert

RGB7249134-
CMYK0.460.6300.47
HSL256.24º46.45%35.88%-
HSV(B)256.24º63.43%52.55%-
XYZ8.075.323.15-
YUV65.57166.62132.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 134 (52.73% from 255) = 52.55%
R=28.24%
G=19.22%
B=52.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72491340.460.6300.47256.2446.4535.88
Hex4831862E3F02F1002e24
Octal1106120656770574005644
Binary1001000110001100001101011101111110101111100000000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483186; }

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

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

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

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

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

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

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

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