#483EAD

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

Shades of Blue Gem #483EAD

Tints of Blue Gem #483EAD

Color information

#483EAD (or 0x483EAD) is unknown color: approx Blue Gem. HEX triplet: 48, 3E and AD. RGB value is (72,62,173). Sum of RGB (Red+Green+Blue) = 72+62+173=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #483EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483EAD is #B7C152. Grayscale: #4D4D4D. Windows color (decimal): -12042579 or 11353672. OLE color: 11353672.

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

Color convert

RGB7262173-
CMYK0.580.6400.32
HSL245.41º47.23%46.08%-
HSV(B)245.41º64.16%67.84%-
XYZ11.947.8440.42-
YUV77.64181.81123.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 62 (24.61% from 255) = 20.20%
BLUE value IS 173 (67.97% from 255) = 56.35%
R=23.45%
G=20.20%
B=56.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72621730.580.6400.32245.4147.2346.08
Hex483EAD3A40020f52f2e
Octal11076255721000403655756
Binary1001000111110101011011110101000000010000011110101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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