#483196

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

Shades of Blue Gem #483196

Tints of Blue Gem #483196

Color information

#483196 (or 0x483196) is unknown color: approx Blue Gem. HEX triplet: 48, 31 and 96. RGB value is (72,49,150). Sum of RGB (Red+Green+Blue) = 72+49+150=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #483196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483196 is #B7CE69. Grayscale: #434343. Windows color (decimal): -12045930 or 9843016. OLE color: 9843016.

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

Color convert

RGB7249150-
CMYK0.520.6700.41
HSL253.66º50.75%39.02%-
HSV(B)253.66º67.33%58.82%-
XYZ9.285.7829.48-
YUV67.39174.62131.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 150 (58.98% from 255) = 55.35%
R=26.57%
G=18.08%
B=55.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72491500.520.6700.41253.6650.7539.02
Hex4831963443029fe3327
Octal11061226641030513766347
Binary1001000110001100101101101001000011010100111111110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483196; }

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

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

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

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

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

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

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

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