#484DB1

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

Shades of Rich Blue #484DB1

Tints of Rich Blue #484DB1

Color information

#484DB1 (or 0x484DB1) is unknown color: approx Rich Blue. HEX triplet: 48, 4D and B1. RGB value is (72,77,177). Sum of RGB (Red+Green+Blue) = 72+77+177=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 177 (69.53% from 255 or 54.29% from 326); Max value from RGB is 177 - color contains mainly: blue. Hex color #484DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484DB1 is #B7B24E. Grayscale: #565656. Windows color (decimal): -12038735 or 11619656. OLE color: 11619656.

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

Color convert

RGB7277177-
CMYK0.590.5600.31
HSL237.14º42.17%48.82%-
HSV(B)237.14º59.32%69.41%-
XYZ13.269.8642.8-
YUV86.9178.84117.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 77 (30.47% from 255) = 23.62%
BLUE value IS 177 (69.53% from 255) = 54.29%
R=22.09%
G=23.62%
B=54.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72771770.590.5600.31237.1442.1748.82
Hex484DB13B3801Fed2a31
Octal11011526173700373555261
Binary100100010011011011000111101111100001111111101101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484DB1; }

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

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

<style>
 a { background-color: #484DB1; }

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

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

<style>
 span { border-color: #484DB1; }

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

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