#483199

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

Shades of Blue Gem #483199

Tints of Blue Gem #483199

Color information

#483199 (or 0x483199) is unknown color: approx Blue Gem. HEX triplet: 48, 31 and 99. RGB value is (72,49,153). Sum of RGB (Red+Green+Blue) = 72+49+153=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #483199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483199 is #B7CE66. Grayscale: #434343. Windows color (decimal): -12045927 or 10039624. OLE color: 10039624.

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

Color convert

RGB7249153-
CMYK0.530.6800.4
HSL253.27º51.49%39.61%-
HSV(B)253.27º67.97%60%-
XYZ9.525.8730.77-
YUV67.73176.12131.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 49 (19.53% from 255) = 17.88%
BLUE value IS 153 (60.16% from 255) = 55.84%
R=26.28%
G=17.88%
B=55.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72491530.530.6800.4253.2751.4939.61
Hex4831993544028fd3328
Octal11061231651040503756350
Binary1001000110001100110011101011000100010100011111101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483199; }

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

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

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

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

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

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

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

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