Color Hex Logo

#484eaf Color Hex

#484EAF
(72,78,175)
0 Favorites   0 Comments

Color spaces of #484eaf

RGB 7278175
HSL0.660.420.48
HSV237°59°69°
CMYK 0.590.550.00   0.31
XYZ13.13479.921641.7802
Yxy9.92160.20260.1530
Hunter Lab31.498619.3108-56.5942
CIE-Lab37.701427.0307-52.7453

#484eaf color RGB value is (72,78,175).

#484eaf hex color red value is 72, green value is 78 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #484eaf hue: 0.66 , saturation: 0.42 and the lightness value of 484eaf is 0.48.

The process color (four color CMYK) of #484eaf color hex is 0.59, 0.55, 0.00, 0.31. Web safe color of #484eaf is #336699. Color #484eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001110 10101111
Octal 110 116 257
Decimal 72 78 175
Hex 48 4E AF

RGB Percentages of Color #484eaf

%22.15
%24.00
%53.85

CMYK Percentages of Color #484eaf

%59
%55
%0
%31

Triadic Colors of #484eaf

#484eaf #af484e #4eaf48

Analogous Colors of #484eaf

#484eaf #7648af #4882af

Monochromatic Colors of #484eaf

#484eaf

Complementary Color

#484eaf #afa948

#484eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#484eaf Color CSS Codes

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

#484eaf Text Font Color

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

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


#484eaf Background Color

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

This div background color is #484eaf


#484eaf Border Color

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

This div border color is #484eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484eaf


Comments

No comments written yet.

Please login to write comment.