#482394

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

Shades of Blue Gem #482394

Tints of Blue Gem #482394

Color information

#482394 (or 0x482394) is unknown color: approx Blue Gem. HEX triplet: 48, 23 and 94. RGB value is (72,35,148). Sum of RGB (Red+Green+Blue) = 72+35+148=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #482394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482394 is #B7DC6B. Grayscale: #3A3A3A. Windows color (decimal): -12049516 or 9708360. OLE color: 9708360.

HSL color Cylindrical-coordinate representation of color #482394: hue angle of 259.65º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482394 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7235148-
CMYK0.510.7600.42
HSL259.65º61.75%35.88%-
HSV(B)259.65º76.35%58.04%-
XYZ8.624.7228.47-
YUV58.94178.26137.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 148 (58.20% from 255) = 58.04%
R=28.24%
G=13.73%
B=58.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72351480.510.7600.42259.6561.7535.88
Hex482394334C02A1043e24
Octal11043224631140524047644
Binary10010001000111001010011001110011000101010100000100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482394; }

 p { color: rgb(72,35,148); }

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

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

 a { background-color: rgb(72,35,148); }

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

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

 span { border-color: rgb(72,35,148); }

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