#484EB1

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

Shades of Rich Blue #484EB1

Tints of Rich Blue #484EB1

Color information

#484EB1 (or 0x484EB1) is unknown color: approx Rich Blue. HEX triplet: 48, 4E and B1. RGB value is (72,78,177). Sum of RGB (Red+Green+Blue) = 72+78+177=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #484EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484EB1 is #B7B14E. Grayscale: #575757. Windows color (decimal): -12038479 or 11619912. OLE color: 11619912.

HSL color Cylindrical-coordinate representation of color #484EB1: hue angle of 236.57º 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 #484EB1 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7278177-
CMYK0.590.5600.31
HSL236.57º42.17%48.82%-
HSV(B)236.57º59.32%69.41%-
XYZ13.331042.82-
YUV87.49178.51116.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 177 (69.53% from 255) = 54.13%
R=22.02%
G=23.85%
B=54.13%

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
Decimal72781770.590.5600.31236.5742.1748.82
Hex484EB13B3801Fed2a31
Octal11011626173700373555261
Binary100100010011101011000111101111100001111111101101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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