#481F96

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

Shades of Blue Gem #481F96

Tints of Blue Gem #481F96

Color information

#481F96 (or 0x481F96) is unknown color: approx Blue Gem. HEX triplet: 48, 1F and 96. RGB value is (72,31,150). Sum of RGB (Red+Green+Blue) = 72+31+150=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #481F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481F96 is #B7E069. Grayscale: #383838. Windows color (decimal): -12050538 or 9838408. OLE color: 9838408.

HSL color Cylindrical-coordinate representation of color #481F96: hue angle of 260.67º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481F96 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7231150-
CMYK0.520.7900.41
HSL260.67º65.75%35.49%-
HSV(B)260.67º79.33%58.82%-
XYZ8.674.5629.28-
YUV56.82180.58138.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 31 (12.5% from 255) = 12.25%
BLUE value IS 150 (58.98% from 255) = 59.29%
R=28.46%
G=12.25%
B=59.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72311500.520.7900.41260.6765.7535.49
Hex481F96344F0291054223
Octal110372266411705140510243
Binary10010001111110010110110100100111101010011000001011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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