Color Hex Logo

#4a54bf Color Hex

#4A54BF
(74,84,191)
0 Favorites   0 Comments

Color spaces of #4a54bf

RGB 7484191
HSL0.650.480.52
HSV235°61°75°
CMYK 0.610.560.00   0.25
XYZ15.398311.558150.7096
Yxy11.55810.19830.1488
Hunter Lab33.997221.3526-64.6378
CIE-Lab40.505029.0161-57.6044

#4a54bf color RGB value is (74,84,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010100 10111111
Octal 112 124 277
Decimal 74 84 191
Hex 4A 54 BF

RGB Percentages of Color #4a54bf

%21.20
%24.07
%54.73

CMYK Percentages of Color #4a54bf

%61
%56
%0
%25

Triadic Colors of #4a54bf

#4a54bf #bf4a54 #54bf4a

Analogous Colors of #4a54bf

#4a54bf #7b4abf #4a8fbf

Monochromatic Colors of #4a54bf

#4a54bf

Complementary Color

#4a54bf #bfb54a

#4a54bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a54bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a54bf Color CSS Codes

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

#4a54bf Text Font Color

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

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


#4a54bf Background Color

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

This div background color is #4a54bf


#4a54bf Border Color

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

This div border color is #4a54bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a54bf


Comments

No comments written yet.

Please login to write comment.