Color Hex Logo

#4683db Color Hex

#4683DB
(70,131,219)
0 Favorites   0 Comments

Color spaces of #4683db

RGB 70131219
HSL0.600.670.57
HSV215°68°86°
CMYK 0.680.400.00   0.14
XYZ23.428322.649270.1548
Yxy22.64920.20160.1949
Hunter Lab47.59124.5879-54.0864
CIE-Lab54.70918.7191-50.8288

#4683db color RGB value is (70,131,219).

#4683db hex color red value is 70, green value is 131 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4683db hue: 0.60 , saturation: 0.67 and the lightness value of 4683db is 0.57.

The process color (four color CMYK) of #4683db color hex is 0.68, 0.40, 0.00, 0.14. Web safe color of #4683db is #3399cc. Color #4683db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000011 11011011
Octal 106 203 333
Decimal 70 131 219
Hex 46 83 DB

RGB Percentages of Color #4683db

%16.67
%31.19
%52.14

CMYK Percentages of Color #4683db

%68
%40
%0
%14

Triadic Colors of #4683db

#4683db #db4683 #83db46

Analogous Colors of #4683db

#4683db #5446db #46cedb

Monochromatic Colors of #4683db

#4683db

Complementary Color

#4683db #db9e46

#4683db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4683db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4683db Color CSS Codes

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

#4683db Text Font Color

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

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


#4683db Background Color

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

This div background color is #4683db


#4683db Border Color

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

This div border color is #4683db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4683db


Comments

No comments written yet.

Please login to write comment.