Color Hex Logo

#484abd Color Hex

#484ABD
(72,74,189)
0 Favorites   0 Comments

Color spaces of #484abd

RGB 7274189
HSL0.660.470.51
HSV239°62°74°
CMYK 0.620.610.00   0.26
XYZ14.30669.949449.3105
Yxy9.94940.19450.1352
Hunter Lab31.542725.7614-70.6079
CIE-Lab37.751534.2847-60.9128

#484abd color RGB value is (72,74,189).

#484abd hex color red value is 72, green value is 74 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #484abd hue: 0.66 , saturation: 0.47 and the lightness value of 484abd is 0.51.

The process color (four color CMYK) of #484abd color hex is 0.62, 0.61, 0.00, 0.26. Web safe color of #484abd is #3333cc. Color #484abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001010 10111101
Octal 110 112 275
Decimal 72 74 189
Hex 48 4A BD

RGB Percentages of Color #484abd

%21.49
%22.09
%56.42

CMYK Percentages of Color #484abd

%62
%61
%0
%26

Triadic Colors of #484abd

#484abd #bd484a #4abd48

Analogous Colors of #484abd

#484abd #8148bd #4885bd

Monochromatic Colors of #484abd

#484abd

Complementary Color

#484abd #bdbb48

#484abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#484abd Color CSS Codes

.mybgcolor {background-color:#484abd; } 
.myforecolor {color:#484abd; }
.mybordercolor {border:3px solid #484abd; }

#484abd Text Font Color

<p style="color:#484abd">Text here</p>

This sample text font color is #484abd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#484abd Background Color

<div style="background-color:#484abd">
Div content here</div>

This div background color is #484abd


#484abd Border Color

<div style="border:3px solid #484abd">
Div here</div>

This div border color is #484abd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,74,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #484abd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #484abd;
  -webkit-box-shadow: 1px 1px 3px 2px #484abd;
  box-shadow:         1px 1px 3px 2px #484abd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,74,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #484abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #484abd;
  -webkit-box-shadow: 1px 1px 3px 2px #484abd;
  box-shadow:         1px 1px 3px 2px #484abd;">
Div content here</div>

This div box has shadow with color #484abd


Comments

No comments written yet.

Please login to write comment.