#483BA0

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

Shades of Blue Gem #483BA0

Tints of Blue Gem #483BA0

Color information

#483BA0 (or 0x483BA0) is unknown color: approx Blue Gem. HEX triplet: 48, 3B and A0. RGB value is (72,59,160). Sum of RGB (Red+Green+Blue) = 72+59+160=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 160 (62.89% from 255 or 54.98% from 291); Max value from RGB is 160 - color contains mainly: blue. Hex color #483BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483BA0 is #B7C45F. Grayscale: #4A4A4A. Windows color (decimal): -12043360 or 10500936. OLE color: 10500936.

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

Color convert

RGB7259160-
CMYK0.550.6300.37
HSL247.72º46.12%42.94%-
HSV(B)247.72º63.13%62.75%-
XYZ10.587.0434.06-
YUV74.4176.31126.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 59 (23.44% from 255) = 20.27%
BLUE value IS 160 (62.89% from 255) = 54.98%
R=24.74%
G=20.27%
B=54.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72591600.550.6300.37247.7246.1242.94
Hex483BA0373F025f82e2b
Octal1107324067770453705653
Binary100100011101110100000110111111111010010111111000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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