Color Hex Logo

#484fdb Color Hex

#484FDB
(72,79,219)
0 Favorites   0 Comments

Color spaces of #484fdb

RGB 7279219
HSL0.660.670.57
HSV237°67°86°
CMYK 0.670.640.00   0.14
XYZ18.254712.084268.3882
Yxy12.08420.18490.1224
Hunter Lab34.762332.9014-92.3080
CIE-Lab41.349641.2831-72.4002

#484fdb color RGB value is (72,79,219).

#484fdb hex color red value is 72, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #484fdb hue: 0.66 , saturation: 0.67 and the lightness value of 484fdb is 0.57.

The process color (four color CMYK) of #484fdb color hex is 0.67, 0.64, 0.00, 0.14. Web safe color of #484fdb is #3366cc. Color #484fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001111 11011011
Octal 110 117 333
Decimal 72 79 219
Hex 48 4F DB

RGB Percentages of Color #484fdb

%19.46
%21.35
%59.19

CMYK Percentages of Color #484fdb

%67
%64
%0
%14

Triadic Colors of #484fdb

#484fdb #db484f #4fdb48

Analogous Colors of #484fdb

#484fdb #8b48db #4899db

Monochromatic Colors of #484fdb

#484fdb

Complementary Color

#484fdb #dbd448

#484fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#484fdb Color CSS Codes

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

#484fdb Text Font Color

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

This sample text font color is #484fdb
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.


#484fdb Background Color

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

This div background color is #484fdb


#484fdb Border Color

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

This div border color is #484fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484fdb


Comments

No comments written yet.

Please login to write comment.