Color Hex Logo

#4983ea Color Hex

#4983EA
(73,131,234)
0 Favorites   0 Comments

Color spaces of #4983ea

RGB 73131234
HSL0.610.790.60
HSV218°69°92°
CMYK 0.690.440.00   0.08
XYZ25.715223.589681.0398
Yxy23.58960.19730.1810
Hunter Lab48.56919.5119-64.9297
CIE-Lab55.674514.4435-57.6724

#4983ea color RGB value is (73,131,234).

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

The process color (four color CMYK) of #4983ea color hex is 0.69, 0.44, 0.00, 0.08. Web safe color of #4983ea is #3399ff. Color #4983ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000011 11101010
Octal 111 203 352
Decimal 73 131 234
Hex 49 83 EA

RGB Percentages of Color #4983ea

%16.67
%29.91
%53.42

CMYK Percentages of Color #4983ea

%69
%44
%0
%8

Triadic Colors of #4983ea

#4983ea #ea4983 #83ea49

Analogous Colors of #4983ea

#4983ea #5f49ea #49d4ea

Monochromatic Colors of #4983ea

#4983ea

Complementary Color

#4983ea #eab049

#4983ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4983ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4983ea Color CSS Codes

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

#4983ea Text Font Color

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

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


#4983ea Background Color

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

This div background color is #4983ea


#4983ea Border Color

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

This div border color is #4983ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4983ea


Comments

No comments written yet.

Please login to write comment.