Color Hex Logo

#4983ff Color Hex

#4983FF
(73,131,255)
0 Favorites   0 Comments

Color spaces of #4983ff

RGB 73131255
HSL0.611.000.64
HSV221°71°100°
CMYK 0.710.490.00   0.00
XYZ28.914024.869197.8840
Yxy24.86910.19060.1640
Hunter Lab49.868916.2237-81.4677
CIE-Lab56.947721.8444-67.2533

#4983ff color RGB value is (73,131,255).

#4983ff hex color red value is 73, green value is 131 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4983ff hue: 0.61 , saturation: 1.00 and the lightness value of 4983ff is 0.64.

The process color (four color CMYK) of #4983ff color hex is 0.71, 0.49, 0.00, 0.00. Web safe color of #4983ff is #3399ff. Color #4983ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000011 11111111
Octal 111 203 377
Decimal 73 131 255
Hex 49 83 FF

RGB Percentages of Color #4983ff

%15.90
%28.54
%55.56

CMYK Percentages of Color #4983ff

%71
%49
%0
%0

Triadic Colors of #4983ff

#4983ff #ff4983 #83ff49

Analogous Colors of #4983ff

#4983ff #6a49ff #49deff

Monochromatic Colors of #4983ff

#4983ff

Complementary Color

#4983ff #ffc549

#4983ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4983ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4983ff Color CSS Codes

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

#4983ff Text Font Color

<p style="color:#4983ff">Text here</p>

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


#4983ff Background Color

<div style="background-color:#4983ff">
Div content here</div>

This div background color is #4983ff


#4983ff Border Color

<div style="border:3px solid #4983ff">
Div here</div>

This div border color is #4983ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,131,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4983ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4983ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4983ff;
  box-shadow:         1px 1px 3px 2px #4983ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4983ff

Related Colors

#4983ff Color Palettes


Comments

No comments written yet.

Please login to write comment.