#483C93

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

Shades of Blue Gem #483C93

Tints of Blue Gem #483C93

Color information

#483C93 (or 0x483C93) is unknown color: approx Blue Gem. HEX triplet: 48, 3C and 93. RGB value is (72,60,147). Sum of RGB (Red+Green+Blue) = 72+60+147=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #483C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483C93 is #B7C36C. Grayscale: #494949. Windows color (decimal): -12043117 or 9649224. OLE color: 9649224.

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

Color convert

RGB7260147-
CMYK0.510.5900.42
HSL248.28º42.03%40.59%-
HSV(B)248.28º59.18%57.65%-
XYZ9.556.7228.4-
YUV73.51169.48126.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 60 (23.83% from 255) = 21.51%
BLUE value IS 147 (57.81% from 255) = 52.69%
R=25.81%
G=21.51%
B=52.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72601470.510.5900.42248.2842.0340.59
Hex483C93333B02Af82a29
Octal1107422363730523705251
Binary100100011110010010011110011111011010101011111000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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