#482ca2

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

Shades of Blue Gem #482CA2

Tints of Blue Gem #482CA2

Color information

#482CA2 (or 0x482CA2) is unknown color: approx Blue Gem. HEX triplet: 48, 2C and A2. RGB value is (72,44,162). Sum of RGB (Red+Green+Blue) = 72+44+162=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 162 (63.67% from 255 or 58.27% from 278); Max value from RGB is 162 - color contains mainly: blue. Hex color #482CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482CA2 is #B7D35D. Grayscale: #414141. Windows color (decimal): -12047198 or 10628168. OLE color: 10628168.

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

Color convert

RGB7244162-
CMYK0.560.7300.36
HSL254.24º57.28%40.39%-
HSV(B)254.24º72.84%63.53%-
XYZ10.095.7934.77-
YUV65.82182.28132.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 44 (17.58% from 255) = 15.83%
BLUE value IS 162 (63.67% from 255) = 58.27%
R=25.90%
G=15.83%
B=58.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72441620.560.7300.36254.2457.2840.39
Hex482CA23849024fe3928
Octal11054242701110443767150
Binary1001000101100101000101110001001001010010011111110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482ca2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482ca2; }

 p { color: rgb(72,44,162); }

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

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

 a { background-color: rgb(72,44,162); }

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

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

 span { border-color: rgb(72,44,162); }

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