#483AAA

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

Shades of Blue Gem #483AAA

Tints of Blue Gem #483AAA

Color information

#483AAA (or 0x483AAA) is unknown color: approx Blue Gem. HEX triplet: 48, 3A and AA. RGB value is (72,58,170). Sum of RGB (Red+Green+Blue) = 72+58+170=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #483AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483AAA is #B7C555. Grayscale: #4A4A4A. Windows color (decimal): -12043606 or 11156040. OLE color: 11156040.

HSL color Cylindrical-coordinate representation of color #483AAA: hue angle of 247.5º 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 #483AAA is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7258170-
CMYK0.580.6600.33
HSL247.5º49.12%44.71%-
HSV(B)247.5º65.88%66.67%-
XYZ11.447.3138.84-
YUV74.95181.64125.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24%
GREEN value IS 58 (23.05% from 255) = 19.33%
BLUE value IS 170 (66.80% from 255) = 56.67%
R=24%
G=19.33%
B=56.67%

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
Decimal72581700.580.6600.33247.549.1244.71
Hex483AAA3A42021f8312d
Octal11072252721020413706155
Binary1001000111010101010101110101000010010000111111000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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