Color Hex Logo

#467bdd Color Hex

#467BDD
(70,123,221)
0 Favorites   0 Comments

Color spaces of #467bdd

RGB 70123221
HSL0.610.690.57
HSV219°68°87°
CMYK 0.680.440.00   0.13
XYZ22.659920.688571.2056
Yxy20.68850.19780.1806
Hunter Lab45.48469.3285-60.9785
CIE-Lab52.606914.3151-55.3116

#467bdd color RGB value is (70,123,221).

#467bdd hex color red value is 70, green value is 123 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #467bdd hue: 0.61 , saturation: 0.69 and the lightness value of 467bdd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111011 11011101
Octal 106 173 335
Decimal 70 123 221
Hex 46 7B DD

RGB Percentages of Color #467bdd

%16.91
%29.71
%53.38

CMYK Percentages of Color #467bdd

%68
%44
%0
%13

Triadic Colors of #467bdd

#467bdd #dd467b #7bdd46

Analogous Colors of #467bdd

#467bdd #5d46dd #46c7dd

Monochromatic Colors of #467bdd

#467bdd

Complementary Color

#467bdd #dda846

#467bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#467bdd Color CSS Codes

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

#467bdd Text Font Color

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

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


#467bdd Background Color

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

This div background color is #467bdd


#467bdd Border Color

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

This div border color is #467bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467bdd


Comments

No comments written yet.

Please login to write comment.