Color Hex Logo

#4a91bd Color Hex

#4A91BD
(74,145,189)
0 Favorites   0 Comments

Color spaces of #4a91bd

RGB 74145189
HSL0.560.470.52
HSV203°61°74°
CMYK 0.610.230.00   0.26
XYZ22.134725.380851.8765
Yxy25.38080.22270.2554
Hunter Lab50.3794-9.7380-25.7864
CIE-Lab57.4446-8.9511-29.5783

#4a91bd color RGB value is (74,145,189).

#4a91bd hex color red value is 74, green value is 145 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4a91bd hue: 0.56 , saturation: 0.47 and the lightness value of 4a91bd is 0.52.

The process color (four color CMYK) of #4a91bd color hex is 0.61, 0.23, 0.00, 0.26. Web safe color of #4a91bd is #3399cc. Color #4a91bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10010001 10111101
Octal 112 221 275
Decimal 74 145 189
Hex 4A 91 BD

RGB Percentages of Color #4a91bd

%18.14
%35.54
%46.32

CMYK Percentages of Color #4a91bd

%61
%23
%0
%26

Triadic Colors of #4a91bd

#4a91bd #bd4a91 #91bd4a

Analogous Colors of #4a91bd

#4a91bd #4a58bd #4abdb0

Monochromatic Colors of #4a91bd

#4a91bd

Complementary Color

#4a91bd #bd764a

#4a91bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a91bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a91bd Color CSS Codes

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

#4a91bd Text Font Color

<p style="color:#4a91bd">Text here</p>

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


#4a91bd Background Color

<div style="background-color:#4a91bd">
Div content here</div>

This div background color is #4a91bd


#4a91bd Border Color

<div style="border:3px solid #4a91bd">
Div here</div>

This div border color is #4a91bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,145,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a91bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a91bd;
  -webkit-box-shadow: 1px 1px 3px 2px #4a91bd;
  box-shadow:         1px 1px 3px 2px #4a91bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,145,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a91bd


Comments

No comments written yet.

Please login to write comment.