#483C96

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

Shades of Blue Gem #483C96

Tints of Blue Gem #483C96

Color information

#483C96 (or 0x483C96) is unknown color: approx Blue Gem. HEX triplet: 48, 3C and 96. RGB value is (72,60,150). Sum of RGB (Red+Green+Blue) = 72+60+150=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #483C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483C96 is #B7C369. Grayscale: #494949. Windows color (decimal): -12043114 or 9845832. OLE color: 9845832.

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

Color convert

RGB7260150-
CMYK0.520.600.41
HSL248º42.86%41.18%-
HSV(B)248º60%58.82%-
XYZ9.796.8129.65-
YUV73.85170.98126.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 60 (23.83% from 255) = 21.28%
BLUE value IS 150 (58.98% from 255) = 53.19%
R=25.53%
G=21.28%
B=53.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72601500.520.600.4124842.8641.18
Hex483C96343C029f82b29
Octal1107422664740513705351
Binary100100011110010010110110100111100010100111111000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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