Color Hex Logo

#4683ef Color Hex

#4683EF
(70,131,239)
0 Favorites   0 Comments

Color spaces of #4683ef

RGB 70131239
HSL0.610.840.61
HSV218°71°94°
CMYK 0.710.450.00   0.06
XYZ26.222123.766784.8667
Yxy23.76670.19440.1762
Hunter Lab48.751110.6966-69.0872
CIE-Lab55.853415.7834-60.1732

#4683ef color RGB value is (70,131,239).

#4683ef hex color red value is 70, green value is 131 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4683ef hue: 0.61 , saturation: 0.84 and the lightness value of 4683ef is 0.61.

The process color (four color CMYK) of #4683ef color hex is 0.71, 0.45, 0.00, 0.06. Web safe color of #4683ef is #3399ff. Color #4683ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000011 11101111
Octal 106 203 357
Decimal 70 131 239
Hex 46 83 EF

RGB Percentages of Color #4683ef

%15.91
%29.77
%54.32

CMYK Percentages of Color #4683ef

%71
%45
%0
%6

Triadic Colors of #4683ef

#4683ef #ef4683 #83ef46

Analogous Colors of #4683ef

#4683ef #5e46ef #46d8ef

Monochromatic Colors of #4683ef

#4683ef

Complementary Color

#4683ef #efb246

#4683ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4683ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4683ef Color CSS Codes

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

#4683ef Text Font Color

<p style="color:#4683ef">Text here</p>

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


#4683ef Background Color

<div style="background-color:#4683ef">
Div content here</div>

This div background color is #4683ef


#4683ef Border Color

<div style="border:3px solid #4683ef">
Div here</div>

This div border color is #4683ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,131,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4683ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4683ef;
  -webkit-box-shadow: 1px 1px 3px 2px #4683ef;
  box-shadow:         1px 1px 3px 2px #4683ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4683ef


Comments

No comments written yet.

Please login to write comment.