#483FAA

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

Shades of Blue Gem #483FAA

Tints of Blue Gem #483FAA

Color information

#483FAA (or 0x483FAA) is unknown color: approx Blue Gem. HEX triplet: 48, 3F and AA. RGB value is (72,63,170). Sum of RGB (Red+Green+Blue) = 72+63+170=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #483FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483FAA is #B7C055. Grayscale: #4D4D4D. Windows color (decimal): -12042326 or 11157320. OLE color: 11157320.

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

Color convert

RGB7263170-
CMYK0.580.6300.33
HSL245.05º45.92%45.69%-
HSV(B)245.05º62.94%66.67%-
XYZ11.717.8438.93-
YUV77.89179.98123.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 63 (25% from 255) = 20.66%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=23.61%
G=20.66%
B=55.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72631700.580.6300.33245.0545.9245.69
Hex483FAA3A3F021f52e2e
Octal1107725272770413655656
Binary100100011111110101010111010111111010000111110101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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