Color Hex Logo

#4984fc Color Hex

#4984FC
(73,132,252)
0 Favorites   0 Comments

Color spaces of #4984fc

RGB 73132252
HSL0.610.970.64
HSV220°71°99°
CMYK 0.710.480.00   0.01
XYZ28.569624.947395.4050
Yxy24.94730.19180.1675
Hunter Lab49.947314.6934-78.2876
CIE-Lab57.024020.1747-65.4782

#4984fc color RGB value is (73,132,252).

#4984fc hex color red value is 73, green value is 132 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4984fc hue: 0.61 , saturation: 0.97 and the lightness value of 4984fc is 0.64.

The process color (four color CMYK) of #4984fc color hex is 0.71, 0.48, 0.00, 0.01. Web safe color of #4984fc is #3399ff. Color #4984fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000100 11111100
Octal 111 204 374
Decimal 73 132 252
Hex 49 84 FC

RGB Percentages of Color #4984fc

%15.97
%28.88
%55.14

CMYK Percentages of Color #4984fc

%71
%48
%0
%1

Triadic Colors of #4984fc

#4984fc #fc4984 #84fc49

Analogous Colors of #4984fc

#4984fc #6849fc #49defc

Monochromatic Colors of #4984fc

#4984fc

Complementary Color

#4984fc #fcc149

#4984fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4984fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4984fc Color CSS Codes

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

#4984fc Text Font Color

<p style="color:#4984fc">Text here</p>

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


#4984fc Background Color

<div style="background-color:#4984fc">
Div content here</div>

This div background color is #4984fc


#4984fc Border Color

<div style="border:3px solid #4984fc">
Div here</div>

This div border color is #4984fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,132,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4984fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4984fc;
  -webkit-box-shadow: 1px 1px 3px 2px #4984fc;
  box-shadow:         1px 1px 3px 2px #4984fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,132,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4984fc

Related Colors


Comments

No comments written yet.

Please login to write comment.