#482A97

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

Shades of Blue Gem #482A97

Tints of Blue Gem #482A97

Color information

#482A97 (or 0x482A97) is unknown color: approx Blue Gem. HEX triplet: 48, 2A and 97. RGB value is (72,42,151). Sum of RGB (Red+Green+Blue) = 72+42+151=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #482A97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482A97 is #B7D568. Grayscale: #3E3E3E. Windows color (decimal): -12047721 or 9906760. OLE color: 9906760.

HSL color Cylindrical-coordinate representation of color #482A97: hue angle of 256.51º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482A97 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7242151-
CMYK0.520.7200.41
HSL256.51º56.48%37.84%-
HSV(B)256.51º72.19%59.22%-
XYZ9.095.2729.82-
YUV63.4177.44134.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 42 (16.80% from 255) = 15.85%
BLUE value IS 151 (59.38% from 255) = 56.98%
R=27.17%
G=15.85%
B=56.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72421510.520.7200.41256.5156.4837.84
Hex482A9734480291013826
Octal11052227641100514017046
Binary10010001010101001011111010010010000101001100000001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,42,151); }

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

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

 a { background-color: rgb(72,42,151); }

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

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

 span { border-color: rgb(72,42,151); }

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