#482793

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

Shades of Blue Gem #482793

Tints of Blue Gem #482793

Color information

#482793 (or 0x482793) is unknown color: approx Blue Gem. HEX triplet: 48, 27 and 93. RGB value is (72,39,147). Sum of RGB (Red+Green+Blue) = 72+39+147=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #482793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482793 is #B7D86C. Grayscale: #3C3C3C. Windows color (decimal): -12048493 or 9643848. OLE color: 9643848.

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

Color convert

RGB7239147-
CMYK0.510.7300.42
HSL258.33º58.06%36.47%-
HSV(B)258.33º73.47%57.65%-
XYZ8.664.9428.1-
YUV61.18176.43135.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 147 (57.81% from 255) = 56.98%
R=27.91%
G=15.12%
B=56.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72391470.510.7300.42258.3358.0636.47
Hex482793334902A1023a24
Octal11047223631110524027244
Binary10010001001111001001111001110010010101010100000010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482793; }

 p { color: rgb(72,39,147); }

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

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

 a { background-color: rgb(72,39,147); }

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

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

 span { border-color: rgb(72,39,147); }

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