#483A98

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

Shades of Blue Gem #483A98

Tints of Blue Gem #483A98

Color information

#483A98 (or 0x483A98) is unknown color: approx Blue Gem. HEX triplet: 48, 3A and 98. RGB value is (72,58,152). Sum of RGB (Red+Green+Blue) = 72+58+152=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #483A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483A98 is #B7C567. Grayscale: #484848. Windows color (decimal): -12043624 or 9976392. OLE color: 9976392.

HSL color Cylindrical-coordinate representation of color #483A98: hue angle of 248.94º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #483A98 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7258152-
CMYK0.530.6200.40
HSL248.94º44.76%41.18%-
HSV(B)248.94º61.84%59.61%-
XYZ9.856.6730.47-
YUV72.9172.64127.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 58 (23.05% from 255) = 20.57%
BLUE value IS 152 (59.77% from 255) = 53.90%
R=25.53%
G=20.57%
B=53.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72581520.530.6200.40248.9444.7641.18
Hex483A98353E028f92d29
Octal1107223065760503715551
Binary100100011101010011000110101111110010100011111001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,58,152); }

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

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

 a { background-color: rgb(72,58,152); }

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

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

 span { border-color: rgb(72,58,152); }

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