#483AAD

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

Shades of Blue Gem #483AAD

Tints of Blue Gem #483AAD

Color information

#483AAD (or 0x483AAD) is unknown color: approx Blue Gem. HEX triplet: 48, 3A and AD. RGB value is (72,58,173). Sum of RGB (Red+Green+Blue) = 72+58+173=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #483AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483AAD is #B7C552. Grayscale: #4A4A4A. Windows color (decimal): -12043603 or 11352648. OLE color: 11352648.

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

Color convert

RGB7258173-
CMYK0.580.6600.32
HSL247.3º49.78%45.29%-
HSV(B)247.3º66.47%67.84%-
XYZ11.737.4240.35-
YUV75.3183.14125.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 58 (23.05% from 255) = 19.14%
BLUE value IS 173 (67.97% from 255) = 57.10%
R=23.76%
G=19.14%
B=57.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72581730.580.6600.32247.349.7845.29
Hex483AAD3A42020f7322d
Octal11072255721020403676255
Binary1001000111010101011011110101000010010000011110111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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