Color Hex Logo

#4683bd Color Hex

#4683BD
(70,131,189)
0 Favorites   0 Comments

Color spaces of #4683bd

RGB 70131189
HSL0.580.470.51
HSV209°63°74°
CMYK 0.630.310.00   0.26
XYZ19.827421.208851.1928
Yxy21.20880.21500.2300
Hunter Lab46.0530-3.7424-33.6700
CIE-Lab53.1773-1.6407-36.2465

#4683bd color RGB value is (70,131,189).

#4683bd hex color red value is 70, green value is 131 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4683bd hue: 0.58 , saturation: 0.47 and the lightness value of 4683bd is 0.51.

The process color (four color CMYK) of #4683bd color hex is 0.63, 0.31, 0.00, 0.26. Web safe color of #4683bd is #3399cc. Color #4683bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000011 10111101
Octal 106 203 275
Decimal 70 131 189
Hex 46 83 BD

RGB Percentages of Color #4683bd

%17.95
%33.59
%48.46

CMYK Percentages of Color #4683bd

%63
%31
%0
%26

Triadic Colors of #4683bd

#4683bd #bd4683 #83bd46

Analogous Colors of #4683bd

#4683bd #4647bd #46bdbc

Monochromatic Colors of #4683bd

#4683bd

Complementary Color

#4683bd #bd8046

#4683bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4683bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4683bd Color CSS Codes

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

#4683bd Text Font Color

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

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


#4683bd Background Color

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

This div background color is #4683bd


#4683bd Border Color

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

This div border color is #4683bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4683bd


Comments

No comments written yet.

Please login to write comment.