#483AAC

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

Shades of Blue Gem #483AAC

Tints of Blue Gem #483AAC

Color information

#483AAC (or 0x483AAC) is unknown color: approx Blue Gem. HEX triplet: 48, 3A and AC. RGB value is (72,58,172). Sum of RGB (Red+Green+Blue) = 72+58+172=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #483AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483AAC is #B7C553. Grayscale: #4A4A4A. Windows color (decimal): -12043604 or 11287112. OLE color: 11287112.

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

Color convert

RGB7258172-
CMYK0.580.6600.33
HSL247.37º49.57%45.1%-
HSV(B)247.37º66.28%67.45%-
XYZ11.637.3839.84-
YUV75.18182.64125.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 58 (23.05% from 255) = 19.21%
BLUE value IS 172 (67.58% from 255) = 56.95%
R=23.84%
G=19.21%
B=56.95%

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
Decimal72581720.580.6600.33247.3749.5745.1
Hex483AAC3A42021f7322d
Octal11072254721020413676255
Binary1001000111010101011001110101000010010000111110111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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