#482CA1

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

Shades of Blue Gem #482CA1

Tints of Blue Gem #482CA1

Color information

#482CA1 (or 0x482CA1) is unknown color: approx Blue Gem. HEX triplet: 48, 2C and A1. RGB value is (72,44,161). Sum of RGB (Red+Green+Blue) = 72+44+161=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 161 (63.28% from 255 or 58.12% from 277); Max value from RGB is 161 - color contains mainly: blue. Hex color #482CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482CA1 is #B7D35E. Grayscale: #414141. Windows color (decimal): -12047199 or 10562632. OLE color: 10562632.

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

Color convert

RGB7244161-
CMYK0.550.7300.37
HSL254.36º57.07%40.2%-
HSV(B)254.36º72.67%63.14%-
XYZ10.015.7534.3-
YUV65.71181.78132.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 44 (17.58% from 255) = 15.88%
BLUE value IS 161 (63.28% from 255) = 58.12%
R=25.99%
G=15.88%
B=58.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72441610.550.7300.37254.3657.0740.2
Hex482CA13749025fe3928
Octal11054241671110453767150
Binary1001000101100101000011101111001001010010111111110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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