Color Hex Logo

#467edb Color Hex

#467EDB
(70,126,219)
0 Favorites   0 Comments

Color spaces of #467edb

RGB 70126219
HSL0.600.670.57
HSV217°68°86°
CMYK 0.680.420.00   0.14
XYZ22.772821.338369.9363
Yxy21.33830.19970.1871
Hunter Lab46.19347.1599-57.4290
CIE-Lab53.317811.7649-53.0482

#467edb color RGB value is (70,126,219).

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

The process color (four color CMYK) of #467edb color hex is 0.68, 0.42, 0.00, 0.14. Web safe color of #467edb is #3366cc. Color #467edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111110 11011011
Octal 106 176 333
Decimal 70 126 219
Hex 46 7E DB

RGB Percentages of Color #467edb

%16.87
%30.36
%52.77

CMYK Percentages of Color #467edb

%68
%42
%0
%14

Triadic Colors of #467edb

#467edb #db467e #7edb46

Analogous Colors of #467edb

#467edb #5946db #46c9db

Monochromatic Colors of #467edb

#467edb

Complementary Color

#467edb #dba346

#467edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#467edb Color CSS Codes

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

#467edb Text Font Color

<p style="color:#467edb">Text here</p>

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


#467edb Background Color

<div style="background-color:#467edb">
Div content here</div>

This div background color is #467edb


#467edb Border Color

<div style="border:3px solid #467edb">
Div here</div>

This div border color is #467edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467edb


Comments

No comments written yet.

Please login to write comment.