#483EAE

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

Shades of Rich Blue #483EAE

Tints of Rich Blue #483EAE

Color information

#483EAE (or 0x483EAE) is unknown color: approx Rich Blue. HEX triplet: 48, 3E and AE. RGB value is (72,62,174). Sum of RGB (Red+Green+Blue) = 72+62+174=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #483EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483EAE is #B7C151. Grayscale: #4D4D4D. Windows color (decimal): -12042578 or 11419208. OLE color: 11419208.

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

Color convert

RGB7262174-
CMYK0.590.6400.32
HSL245.36º47.46%46.27%-
HSV(B)245.36º64.37%68.24%-
XYZ12.047.8840.93-
YUV77.76182.31123.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 62 (24.61% from 255) = 20.13%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=23.38%
G=20.13%
B=56.49%

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
Decimal72621740.590.6400.32245.3647.4646.27
Hex483EAE3B40020f52f2e
Octal11076256731000403655756
Binary1001000111110101011101110111000000010000011110101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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