Color Hex Logo

#4678bd Color Hex

#4678BD
(70,120,189)
0 Favorites   0 Comments

Color spaces of #4678bd

RGB 70120189
HSL0.600.470.51
HSV215°63°74°
CMYK 0.630.370.00   0.26
XYZ18.427618.409250.7262
Yxy18.40920.21040.2102
Hunter Lab42.90591.5783-40.0623
CIE-Lab49.98874.9537-41.2700

#4678bd color RGB value is (70,120,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111000 10111101
Octal 106 170 275
Decimal 70 120 189
Hex 46 78 BD

RGB Percentages of Color #4678bd

%18.47
%31.66
%49.87

CMYK Percentages of Color #4678bd

%63
%37
%0
%26

Triadic Colors of #4678bd

#4678bd #bd4678 #78bd46

Analogous Colors of #4678bd

#4678bd #4f46bd #46b4bd

Monochromatic Colors of #4678bd

#4678bd

Complementary Color

#4678bd #bd8b46

#4678bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4678bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4678bd Color CSS Codes

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

#4678bd Text Font Color

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

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


#4678bd Background Color

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

This div background color is #4678bd


#4678bd Border Color

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

This div border color is #4678bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,120,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 #4678bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4678bd


Comments

No comments written yet.

Please login to write comment.