#483DB0

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

Shades of Rich Blue #483DB0

Tints of Rich Blue #483DB0

Color information

#483DB0 (or 0x483DB0) is unknown color: approx Rich Blue. HEX triplet: 48, 3D and B0. RGB value is (72,61,176). Sum of RGB (Red+Green+Blue) = 72+61+176=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 176 (69.14% from 255 or 56.96% from 309); Max value from RGB is 176 - color contains mainly: blue. Hex color #483DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483DB0 is #B7C24F. Grayscale: #4C4C4C. Windows color (decimal): -12042832 or 11550024. OLE color: 11550024.

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

Color convert

RGB7261176-
CMYK0.590.6500.31
HSL245.74º48.52%46.47%-
HSV(B)245.74º65.34%69.02%-
XYZ12.187.8541.95-
YUV77.4183.64124.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 61 (24.22% from 255) = 19.74%
BLUE value IS 176 (69.14% from 255) = 56.96%
R=23.30%
G=19.74%
B=56.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72611760.590.6500.31245.7448.5246.47
Hex483DB03B4101Ff6312e
Octal11075260731010373666156
Binary100100011110110110000111011100000101111111110110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,61,176); }

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

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

 a { background-color: rgb(72,61,176); }

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

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

 span { border-color: rgb(72,61,176); }

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