#483FAE

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

Shades of Rich Blue #483FAE

Tints of Rich Blue #483FAE

Color information

#483FAE (or 0x483FAE) is unknown color: approx Rich Blue. HEX triplet: 48, 3F and AE. RGB value is (72,63,174). Sum of RGB (Red+Green+Blue) = 72+63+174=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #483FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483FAE is #B7C051. Grayscale: #4D4D4D. Windows color (decimal): -12042322 or 11419464. OLE color: 11419464.

HSL color Cylindrical-coordinate representation of color #483FAE: hue angle of 244.86º 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 #483FAE is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7263174-
CMYK0.590.6400.32
HSL244.86º46.84%46.47%-
HSV(B)244.86º63.79%68.24%-
XYZ12.097.9940.95-
YUV78.34181.98123.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 63 (25% from 255) = 20.39%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=23.30%
G=20.39%
B=56.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72631740.590.6400.32244.8646.8446.47
Hex483FAE3B40020f52f2e
Octal11077256731000403655756
Binary1001000111111101011101110111000000010000011110101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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