#481F9B

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

Shades of Blue Gem #481F9B

Tints of Blue Gem #481F9B

Color information

#481F9B (or 0x481F9B) is unknown color: approx Blue Gem. HEX triplet: 48, 1F and 9B. RGB value is (72,31,155). Sum of RGB (Red+Green+Blue) = 72+31+155=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #481F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481F9B is #B7E064. Grayscale: #383838. Windows color (decimal): -12050533 or 10166088. OLE color: 10166088.

HSL color Cylindrical-coordinate representation of color #481F9B: hue angle of 259.84º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #481F9B is Cyan = 0.54, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7231155-
CMYK0.540.800.39
HSL259.84º66.67%36.47%-
HSV(B)259.84º80%60.78%-
XYZ9.084.7231.44-
YUV57.4183.08138.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 31 (12.5% from 255) = 12.02%
BLUE value IS 155 (60.94% from 255) = 60.08%
R=27.91%
G=12.02%
B=60.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72311550.540.800.39259.8466.6736.47
Hex481F9B36500271044324
Octal110372336612004740410344
Binary10010001111110011011110110101000001001111000001001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481F9B; }

 p { color: rgb(72,31,155); }

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

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

 a { background-color: rgb(72,31,155); }

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

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

 span { border-color: rgb(72,31,155); }

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