#482790

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

Shades of Blue Gem #482790

Tints of Blue Gem #482790

Color information

#482790 (or 0x482790) is unknown color: approx Blue Gem. HEX triplet: 48, 27 and 90. RGB value is (72,39,144). Sum of RGB (Red+Green+Blue) = 72+39+144=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #482790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482790 is #B7D86F. Grayscale: #3C3C3C. Windows color (decimal): -12048496 or 9447240. OLE color: 9447240.

HSL color Cylindrical-coordinate representation of color #482790: hue angle of 258.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482790 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7239144-
CMYK0.500.7300.44
HSL258.86º57.38%35.88%-
HSV(B)258.86º72.92%56.47%-
XYZ8.434.8426.88-
YUV60.84174.93135.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 39 (15.62% from 255) = 15.29%
BLUE value IS 144 (56.64% from 255) = 56.47%
R=28.24%
G=15.29%
B=56.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72391440.500.7300.44258.8657.3835.88
Hex482790324902C1033924
Octal11047220621110544037144
Binary10010001001111001000011001010010010101100100000011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482790; }

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

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

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

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

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

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

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

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