#483192

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

Shades of Blue Gem #483192

Tints of Blue Gem #483192

Color information

#483192 (or 0x483192) is unknown color: approx Blue Gem. HEX triplet: 48, 31 and 92. RGB value is (72,49,146). Sum of RGB (Red+Green+Blue) = 72+49+146=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #483192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483192 is #B7CE6D. Grayscale: #424242. Windows color (decimal): -12045934 or 9580872. OLE color: 9580872.

HSL color Cylindrical-coordinate representation of color #483192: hue angle of 254.23º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #483192 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7249146-
CMYK0.510.6600.43
HSL254.23º49.74%38.24%-
HSV(B)254.23º66.44%57.25%-
XYZ8.965.6527.81-
YUV66.94172.62131.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 146 (57.42% from 255) = 54.68%
R=26.97%
G=18.35%
B=54.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72491460.510.6600.43254.2349.7438.24
Hex483192334202Bfe3226
Octal11061222631020533766246
Binary1001000110001100100101100111000010010101111111110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483192; }

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

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

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

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

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

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

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

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