#483BB4

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

Shades of Rich Blue #483BB4

Tints of Rich Blue #483BB4

Color information

#483BB4 (or 0x483BB4) is unknown color: approx Rich Blue. HEX triplet: 48, 3B and B4. RGB value is (72,59,180). Sum of RGB (Red+Green+Blue) = 72+59+180=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 180 (70.70% from 255 or 57.88% from 311); Max value from RGB is 180 - color contains mainly: blue. Hex color #483BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483BB4 is #B7C44B. Grayscale: #4C4C4C. Windows color (decimal): -12043340 or 11811656. OLE color: 11811656.

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

Color convert

RGB7259180-
CMYK0.600.6700.29
HSL246.45º50.63%46.86%-
HSV(B)246.45º67.22%70.59%-
XYZ12.477.844.03-
YUV76.68186.31124.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 59 (23.44% from 255) = 18.97%
BLUE value IS 180 (70.70% from 255) = 57.88%
R=23.15%
G=18.97%
B=57.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72591800.600.6700.29246.4550.6346.86
Hex483BB43C4301Df6332f
Octal11073264741030353666357
Binary100100011101110110100111100100001101110111110110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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