#483EAA

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

Shades of Blue Gem #483EAA

Tints of Blue Gem #483EAA

Color information

#483EAA (or 0x483EAA) is unknown color: approx Blue Gem. HEX triplet: 48, 3E and AA. RGB value is (72,62,170). Sum of RGB (Red+Green+Blue) = 72+62+170=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #483EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483EAA is #B7C155. Grayscale: #4C4C4C. Windows color (decimal): -12042582 or 11157064. OLE color: 11157064.

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

Color convert

RGB7262170-
CMYK0.580.6400.33
HSL245.56º46.55%45.49%-
HSV(B)245.56º63.53%66.67%-
XYZ11.657.7338.91-
YUV77.3180.31124.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 62 (24.61% from 255) = 20.39%
BLUE value IS 170 (66.80% from 255) = 55.92%
R=23.68%
G=20.39%
B=55.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72621700.580.6400.33245.5646.5545.49
Hex483EAA3A40021f62f2d
Octal11076252721000413665755
Binary1001000111110101010101110101000000010000111110110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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