#483AAB

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

Shades of Blue Gem #483AAB

Tints of Blue Gem #483AAB

Color information

#483AAB (or 0x483AAB) is unknown color: approx Blue Gem. HEX triplet: 48, 3A and AB. RGB value is (72,58,171). Sum of RGB (Red+Green+Blue) = 72+58+171=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #483AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483AAB is #B7C554. Grayscale: #4A4A4A. Windows color (decimal): -12043605 or 11221576. OLE color: 11221576.

HSL color Cylindrical-coordinate representation of color #483AAB: hue angle of 247.43º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #483AAB is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7258171-
CMYK0.580.6600.33
HSL247.43º49.34%44.9%-
HSV(B)247.43º66.08%67.06%-
XYZ11.547.3439.34-
YUV75.07182.14125.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 58 (23.05% from 255) = 19.27%
BLUE value IS 171 (67.19% from 255) = 56.81%
R=23.92%
G=19.27%
B=56.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72581710.580.6600.33247.4349.3444.9
Hex483AAB3A42021f7312d
Octal11072253721020413676155
Binary1001000111010101010111110101000010010000111110111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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