#483CB1

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

Shades of Rich Blue #483CB1

Tints of Rich Blue #483CB1

Color information

#483CB1 (or 0x483CB1) is unknown color: approx Rich Blue. HEX triplet: 48, 3C and B1. RGB value is (72,60,177). Sum of RGB (Red+Green+Blue) = 72+60+177=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 177 (69.53% from 255 or 57.28% from 309); Max value from RGB is 177 - color contains mainly: blue. Hex color #483CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483CB1 is #B7C34E. Grayscale: #4C4C4C. Windows color (decimal): -12043087 or 11615304. OLE color: 11615304.

HSL color Cylindrical-coordinate representation of color #483CB1: hue angle of 246.15º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #483CB1 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7260177-
CMYK0.590.6600.31
HSL246.15º49.37%46.47%-
HSV(B)246.15º66.1%69.41%-
XYZ12.227.7842.45-
YUV76.93184.48124.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 60 (23.83% from 255) = 19.42%
BLUE value IS 177 (69.53% from 255) = 57.28%
R=23.30%
G=19.42%
B=57.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72601770.590.6600.31246.1549.3746.47
Hex483CB13B4201Ff6312e
Octal11074261731020373666156
Binary100100011110010110001111011100001001111111110110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,60,177); }

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

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

 a { background-color: rgb(72,60,177); }

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

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

 span { border-color: rgb(72,60,177); }

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