#483AB4

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

Shades of Rich Blue #483AB4

Tints of Rich Blue #483AB4

Color information

#483AB4 (or 0x483AB4) is unknown color: approx Rich Blue. HEX triplet: 48, 3A and B4. RGB value is (72,58,180). Sum of RGB (Red+Green+Blue) = 72+58+180=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #483AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483AB4 is #B7C54B. Grayscale: #4B4B4B. Windows color (decimal): -12043596 or 11811400. OLE color: 11811400.

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

Color convert

RGB7258180-
CMYK0.600.6800.29
HSL246.89º51.26%46.67%-
HSV(B)246.89º67.78%70.59%-
XYZ12.427.744.01-
YUV76.09186.64125.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.23%
GREEN value IS 58 (23.05% from 255) = 18.71%
BLUE value IS 180 (70.70% from 255) = 58.06%
R=23.23%
G=18.71%
B=58.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72581800.600.6800.29246.8951.2646.67
Hex483AB43C4401Df7332f
Octal11072264741040353676357
Binary100100011101010110100111100100010001110111110111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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