Color Hex Logo

#4a7fbf Color Hex

#4A7FBF
(74,127,191)
0 Favorites   0 Comments

Color spaces of #4a7fbf

RGB 74127191
HSL0.590.480.52
HSV213°61°75°
CMYK 0.610.340.00   0.25
XYZ19.817420.396252.1826
Yxy20.39620.21450.2207
Hunter Lab45.1622-0.7070-36.8931
CIE-Lab52.28222.1673-38.7855

#4a7fbf color RGB value is (74,127,191).

#4a7fbf hex color red value is 74, green value is 127 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4a7fbf hue: 0.59 , saturation: 0.48 and the lightness value of 4a7fbf is 0.52.

The process color (four color CMYK) of #4a7fbf color hex is 0.61, 0.34, 0.00, 0.25. Web safe color of #4a7fbf is #3366cc. Color #4a7fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01111111 10111111
Octal 112 177 277
Decimal 74 127 191
Hex 4A 7F BF

RGB Percentages of Color #4a7fbf

%18.88
%32.40
%48.72

CMYK Percentages of Color #4a7fbf

%61
%34
%0
%25

Triadic Colors of #4a7fbf

#4a7fbf #bf4a7f #7fbf4a

Analogous Colors of #4a7fbf

#4a7fbf #4f4abf #4ababf

Monochromatic Colors of #4a7fbf

#4a7fbf

Complementary Color

#4a7fbf #bf8a4a

#4a7fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a7fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a7fbf Color CSS Codes

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

#4a7fbf Text Font Color

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

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


#4a7fbf Background Color

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

This div background color is #4a7fbf


#4a7fbf Border Color

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

This div border color is #4a7fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a7fbf


Comments

No comments written yet.

Please login to write comment.