#483B9E

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

Shades of Blue Gem #483B9E

Tints of Blue Gem #483B9E

Color information

#483B9E (or 0x483B9E) is unknown color: approx Blue Gem. HEX triplet: 48, 3B and 9E. RGB value is (72,59,158). Sum of RGB (Red+Green+Blue) = 72+59+158=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #483B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483B9E is #B7C461. Grayscale: #494949. Windows color (decimal): -12043362 or 10369864. OLE color: 10369864.

HSL color Cylindrical-coordinate representation of color #483B9E: hue angle of 247.88º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483B9E is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7259158-
CMYK0.540.6300.38
HSL247.88º45.62%42.55%-
HSV(B)247.88º62.66%61.96%-
XYZ10.416.9733.15-
YUV74.17175.31126.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 59 (23.44% from 255) = 20.42%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=24.91%
G=20.42%
B=54.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72591580.540.6300.38247.8845.6242.55
Hex483B9E363F026f82e2b
Octal1107323666770463705653
Binary100100011101110011110110110111111010011011111000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,59,158); }

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

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

 a { background-color: rgb(72,59,158); }

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

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

 span { border-color: rgb(72,59,158); }

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