#483B8F

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

Shades of Blue Gem #483B8F

Tints of Blue Gem #483B8F

Color information

#483B8F (or 0x483B8F) is unknown color: approx Blue Gem. HEX triplet: 48, 3B and 8F. RGB value is (72,59,143). Sum of RGB (Red+Green+Blue) = 72+59+143=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #483B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483B8F is #B7C470. Grayscale: #484848. Windows color (decimal): -12043377 or 9386824. OLE color: 9386824.

HSL color Cylindrical-coordinate representation of color #483B8F: hue angle of 249.29º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #483B8F is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7259143-
CMYK0.500.5900.44
HSL249.29º41.58%39.61%-
HSV(B)249.29º58.74%56.08%-
XYZ9.196.4926.75-
YUV72.46167.81127.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 59 (23.44% from 255) = 21.53%
BLUE value IS 143 (56.25% from 255) = 52.19%
R=26.28%
G=21.53%
B=52.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72591430.500.5900.44249.2941.5839.61
Hex483B8F323B02Cf92a28
Octal1107321762730543715250
Binary100100011101110001111110010111011010110011111001101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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