#481e9f

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

Shades of Blue Gem #481E9F

Tints of Blue Gem #481E9F

Color information

#481E9F (or 0x481E9F) is unknown color: approx Blue Gem. HEX triplet: 48, 1E and 9F. RGB value is (72,30,159). Sum of RGB (Red+Green+Blue) = 72+30+159=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #481E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481E9F is #B7E160. Grayscale: #383838. Windows color (decimal): -12050785 or 10427976. OLE color: 10427976.

HSL color Cylindrical-coordinate representation of color #481E9F: hue angle of 259.53º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481E9F is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7230159-
CMYK0.550.8100.38
HSL259.53º68.25%37.06%-
HSV(B)259.53º81.13%62.35%-
XYZ9.394.8133.23-
YUV57.26185.41138.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 159 (62.5% from 255) = 60.92%
R=27.59%
G=11.49%
B=60.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72301590.550.8100.38259.5368.2537.06
Hex481E9F37510261044425
Octal110362376712104640410445
Binary10010001111010011111110111101000101001101000001001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481e9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,30,159); }

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

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

 a { background-color: rgb(72,30,159); }

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

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

 span { border-color: rgb(72,30,159); }

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