Color Hex Logo

#484fbd Color Hex

#484FBD
(72,79,189)
0 Favorites   0 Comments

Color spaces of #484fbd

RGB 7279189
HSL0.660.470.51
HSV236°62°74°
CMYK 0.620.580.00   0.26
XYZ14.653810.643849.4262
Yxy10.64380.19610.1424
Hunter Lab32.624823.0817-66.9862
CIE-Lab38.973931.1498-58.9251

#484fbd color RGB value is (72,79,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001111 10111101
Octal 110 117 275
Decimal 72 79 189
Hex 48 4F BD

RGB Percentages of Color #484fbd

%21.18
%23.24
%55.59

CMYK Percentages of Color #484fbd

%62
%58
%0
%26

Triadic Colors of #484fbd

#484fbd #bd484f #4fbd48

Analogous Colors of #484fbd

#484fbd #7c48bd #488abd

Monochromatic Colors of #484fbd

#484fbd

Complementary Color

#484fbd #bdb648

#484fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#484fbd Color CSS Codes

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

#484fbd Text Font Color

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

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


#484fbd Background Color

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

This div background color is #484fbd


#484fbd Border Color

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

This div border color is #484fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,79,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 #484fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484fbd


Comments

No comments written yet.

Please login to write comment.