Color Hex Logo

#467fff Color Hex

#467FFF
(70,127,255)
0 Favorites   0 Comments

Color spaces of #467fff

RGB 70127255
HSL0.621.000.64
HSV222°73°100°
CMYK 0.730.500.00   0.00
XYZ28.165223.700897.6980
Yxy23.70080.18830.1585
Hunter Lab48.683518.0728-84.9048
CIE-Lab55.787023.9190-69.1322

#467fff color RGB value is (70,127,255).

#467fff hex color red value is 70, green value is 127 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #467fff hue: 0.62 , saturation: 1.00 and the lightness value of 467fff is 0.64.

The process color (four color CMYK) of #467fff color hex is 0.73, 0.50, 0.00, 0.00. Web safe color of #467fff is #3366ff. Color #467fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111111 11111111
Octal 106 177 377
Decimal 70 127 255
Hex 46 7F FF

RGB Percentages of Color #467fff

%15.49
%28.10
%56.42

CMYK Percentages of Color #467fff

%73
%50
%0
%0

Triadic Colors of #467fff

#467fff #ff467f #7fff46

Analogous Colors of #467fff

#467fff #6a46ff #46dcff

Monochromatic Colors of #467fff

#467fff

Complementary Color

#467fff #ffc646

#467fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#467fff Color CSS Codes

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

#467fff Text Font Color

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

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


#467fff Background Color

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

This div background color is #467fff


#467fff Border Color

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

This div border color is #467fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467fff


Comments

No comments written yet.

Please login to write comment.