#482299

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

Shades of Blue Gem #482299

Tints of Blue Gem #482299

Color information

#482299 (or 0x482299) is unknown color: approx Blue Gem. HEX triplet: 48, 22 and 99. RGB value is (72,34,153). Sum of RGB (Red+Green+Blue) = 72+34+153=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #482299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482299 is #B7DD66. Grayscale: #3A3A3A. Windows color (decimal): -12049767 or 10035784. OLE color: 10035784.

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

Color convert

RGB7234153-
CMYK0.530.7800.4
HSL259.16º63.64%36.67%-
HSV(B)259.16º77.78%60%-
XYZ8.994.8230.59-
YUV58.93181.09137.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 153 (60.16% from 255) = 59.07%
R=27.80%
G=13.13%
B=59.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72341530.530.7800.4259.1663.6436.67
Hex482299354E0281034025
Octal110422316511605040310045
Binary100100010001010011001110101100111001010001000000111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482299; }

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

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

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

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

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

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

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

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