#483B9D

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

Shades of Blue Gem #483B9D

Tints of Blue Gem #483B9D

Color information

#483B9D (or 0x483B9D) is unknown color: approx Blue Gem. HEX triplet: 48, 3B and 9D. RGB value is (72,59,157). Sum of RGB (Red+Green+Blue) = 72+59+157=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #483B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483B9D is #B7C462. Grayscale: #494949. Windows color (decimal): -12043363 or 10304328. OLE color: 10304328.

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

Color convert

RGB7259157-
CMYK0.540.6200.38
HSL247.96º45.37%42.35%-
HSV(B)247.96º62.42%61.57%-
XYZ10.326.9432.69-
YUV74.06174.81126.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 59 (23.44% from 255) = 20.49%
BLUE value IS 157 (61.72% from 255) = 54.51%
R=25%
G=20.49%
B=54.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72591570.540.6200.38247.9645.3742.35
Hex483B9D363E026f82d2a
Octal1107323566760463705552
Binary100100011101110011101110110111110010011011111000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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