#483EB4

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

Shades of Rich Blue #483EB4

Tints of Rich Blue #483EB4

Color information

#483EB4 (or 0x483EB4) is unknown color: approx Rich Blue. HEX triplet: 48, 3E and B4. RGB value is (72,62,180). Sum of RGB (Red+Green+Blue) = 72+62+180=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 180 (70.70% from 255 or 57.32% from 314); Max value from RGB is 180 - color contains mainly: blue. Hex color #483EB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483EB4 is #B7C14B. Grayscale: #4D4D4D. Windows color (decimal): -12042572 or 11812424. OLE color: 11812424.

HSL color Cylindrical-coordinate representation of color #483EB4: hue angle of 245.08º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #483EB4 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7262180-
CMYK0.600.6600.29
HSL245.08º48.76%47.45%-
HSV(B)245.08º65.56%70.59%-
XYZ12.638.1244.08-
YUV78.44185.31123.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 62 (24.61% from 255) = 19.75%
BLUE value IS 180 (70.70% from 255) = 57.32%
R=22.93%
G=19.75%
B=57.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72621800.600.6600.29245.0848.7647.45
Hex483EB43C4201Df5312f
Octal11076264741020353656157
Binary100100011111010110100111100100001001110111110101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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