Color Hex Logo

#4197af Color Hex

#4197AF
(65,151,175)
0 Favorites   0 Comments

Color spaces of #4197af

RGB 65151175
HSL0.540.460.47
HSV193°63°69°
CMYK 0.630.140.00   0.31
XYZ20.984426.352244.5379
Yxy26.35220.22840.2868
Hunter Lab51.3344-16.8682-15.5061
CIE-Lab58.3699-18.3633-20.2397

#4197af color RGB value is (65,151,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010111 10101111
Octal 101 227 257
Decimal 65 151 175
Hex 41 97 AF

RGB Percentages of Color #4197af

%16.62
%38.62
%44.76

CMYK Percentages of Color #4197af

%63
%14
%0
%31

Triadic Colors of #4197af

#4197af #af4197 #97af41

Analogous Colors of #4197af

#4197af #4160af #41af90

Monochromatic Colors of #4197af

#4197af

Complementary Color

#4197af #af5941

#4197af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4197af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4197af Color CSS Codes

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

#4197af Text Font Color

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

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


#4197af Background Color

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

This div background color is #4197af


#4197af Border Color

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

This div border color is #4197af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,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 #4197af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4197af


Comments

No comments written yet.

Please login to write comment.