#482B91

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

Shades of Blue Gem #482B91

Tints of Blue Gem #482B91

Color information

#482B91 (or 0x482B91) is unknown color: approx Blue Gem. HEX triplet: 48, 2B and 91. RGB value is (72,43,145). Sum of RGB (Red+Green+Blue) = 72+43+145=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #482B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482B91 is #B7D46E. Grayscale: #3E3E3E. Windows color (decimal): -12047471 or 9513800. OLE color: 9513800.

HSL color Cylindrical-coordinate representation of color #482B91: hue angle of 257.06º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #482B91 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7243145-
CMYK0.500.7000.43
HSL257.06º54.26%36.86%-
HSV(B)257.06º70.34%56.86%-
XYZ8.655.1527.33-
YUV63.3174.11134.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.69%
GREEN value IS 43 (17.19% from 255) = 16.54%
BLUE value IS 145 (57.03% from 255) = 55.77%
R=27.69%
G=16.54%
B=55.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72431450.500.7000.43257.0654.2636.86
Hex482B91324602B1013625
Octal11053221621060534016645
Binary10010001010111001000111001010001100101011100000001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,43,145); }

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

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

 a { background-color: rgb(72,43,145); }

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

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

 span { border-color: rgb(72,43,145); }

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