#483E93

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

Shades of Blue Gem #483E93

Tints of Blue Gem #483E93

Color information

#483E93 (or 0x483E93) is unknown color: approx Blue Gem. HEX triplet: 48, 3E and 93. RGB value is (72,62,147). Sum of RGB (Red+Green+Blue) = 72+62+147=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #483E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483E93 is #B7C16C. Grayscale: #4A4A4A. Windows color (decimal): -12042605 or 9649736. OLE color: 9649736.

HSL color Cylindrical-coordinate representation of color #483E93: hue angle of 247.06º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483E93 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7262147-
CMYK0.510.5800.42
HSL247.06º40.67%40.98%-
HSV(B)247.06º57.82%57.65%-
XYZ9.666.9328.43-
YUV74.68168.81126.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 62 (24.61% from 255) = 22.06%
BLUE value IS 147 (57.81% from 255) = 52.31%
R=25.62%
G=22.06%
B=52.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72621470.510.5800.42247.0640.6740.98
Hex483E93333A02Af72929
Octal1107622363720523675151
Binary100100011111010010011110011111010010101011110111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483E93; }

 p { color: rgb(72,62,147); }

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

<style>
 a { background-color: #483E93; }

 a { background-color: rgb(72,62,147); }

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

<style>
 span { border-color: #483E93; }

 span { border-color: rgb(72,62,147); }

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