Color Hex Logo

#4697af Color Hex

#4697AF
(70,151,175)
0 Favorites   0 Comments

Color spaces of #4697af

RGB 70151175
HSL0.540.430.48
HSV194°60°69°
CMYK 0.600.140.00   0.31
XYZ21.330326.530544.5541
Yxy26.53050.23080.2871
Hunter Lab51.5078-16.2185-15.2303
CIE-Lab58.5372-17.4332-19.9691

#4697af color RGB value is (70,151,175).

#4697af hex color red value is 70, green value is 151 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4697af hue: 0.54 , saturation: 0.43 and the lightness value of 4697af is 0.48.

The process color (four color CMYK) of #4697af color hex is 0.60, 0.14, 0.00, 0.31. Web safe color of #4697af is #339999. Color #4697af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010111 10101111
Octal 106 227 257
Decimal 70 151 175
Hex 46 97 AF

RGB Percentages of Color #4697af

%17.68
%38.13
%44.19

CMYK Percentages of Color #4697af

%60
%14
%0
%31

Triadic Colors of #4697af

#4697af #af4697 #97af46

Analogous Colors of #4697af

#4697af #4663af #46af93

Monochromatic Colors of #4697af

#4697af

Complementary Color

#4697af #af5e46

#4697af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4697af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4697af Color CSS Codes

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

#4697af Text Font Color

<p style="color:#4697af">Text here</p>

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


#4697af Background Color

<div style="background-color:#4697af">
Div content here</div>

This div background color is #4697af


#4697af Border Color

<div style="border:3px solid #4697af">
Div here</div>

This div border color is #4697af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,151,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4697af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4697af;
  -webkit-box-shadow: 1px 1px 3px 2px #4697af;
  box-shadow:         1px 1px 3px 2px #4697af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4697af


Comments

No comments written yet.

Please login to write comment.