Color Hex Logo

#4669ae Color Hex

#4669AE
(70,105,174)
0 Favorites   0 Comments

Color spaces of #4669ae

RGB 70105174
HSL0.610.430.48
HSV220°60°68°
CMYK 0.600.400.00   0.32
XYZ15.217314.461242.0337
Yxy14.46120.21220.2017
Hunter Lab38.02794.8801-38.9160
CIE-Lab44.88729.0551-40.6492

#4669ae color RGB value is (70,105,174).

#4669ae hex color red value is 70, green value is 105 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4669ae hue: 0.61 , saturation: 0.43 and the lightness value of 4669ae is 0.48.

The process color (four color CMYK) of #4669ae color hex is 0.60, 0.40, 0.00, 0.32. Web safe color of #4669ae is #336699. Color #4669ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101001 10101110
Octal 106 151 256
Decimal 70 105 174
Hex 46 69 AE

RGB Percentages of Color #4669ae

%20.06
%30.09
%49.86

CMYK Percentages of Color #4669ae

%60
%40
%0
%32

Triadic Colors of #4669ae

#4669ae #ae4669 #69ae46

Analogous Colors of #4669ae

#4669ae #5746ae #469dae

Monochromatic Colors of #4669ae

#4669ae

Complementary Color

#4669ae #ae8b46

#4669ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4669ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4669ae Color CSS Codes

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

#4669ae Text Font Color

<p style="color:#4669ae">Text here</p>

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


#4669ae Background Color

<div style="background-color:#4669ae">
Div content here</div>

This div background color is #4669ae


#4669ae Border Color

<div style="border:3px solid #4669ae">
Div here</div>

This div border color is #4669ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,105,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4669ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4669ae;
  -webkit-box-shadow: 1px 1px 3px 2px #4669ae;
  box-shadow:         1px 1px 3px 2px #4669ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4669ae


Comments

No comments written yet.

Please login to write comment.