Color Hex Logo

#4a7bef Color Hex

#4A7BEF
(74,123,239)
0 Favorites   0 Comments

Color spaces of #4a7bef

RGB 74123239
HSL0.620.840.61
HSV222°69°94°
CMYK 0.690.490.00   0.06
XYZ25.487021.853884.5362
Yxy21.85380.19330.1657
Hunter Lab46.748015.5090-74.4926
CIE-Lab53.871521.2556-63.3510

#4a7bef color RGB value is (74,123,239).

#4a7bef hex color red value is 74, green value is 123 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4a7bef hue: 0.62 , saturation: 0.84 and the lightness value of 4a7bef is 0.61.

The process color (four color CMYK) of #4a7bef color hex is 0.69, 0.49, 0.00, 0.06. Web safe color of #4a7bef is #3366ff. Color #4a7bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01111011 11101111
Octal 112 173 357
Decimal 74 123 239
Hex 4A 7B EF

RGB Percentages of Color #4a7bef

%16.97
%28.21
%54.82

CMYK Percentages of Color #4a7bef

%69
%49
%0
%6

Triadic Colors of #4a7bef

#4a7bef #ef4a7b #7bef4a

Analogous Colors of #4a7bef

#4a7bef #6c4aef #4aceef

Monochromatic Colors of #4a7bef

#4a7bef

Complementary Color

#4a7bef #efbe4a

#4a7bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a7bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a7bef Color CSS Codes

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

#4a7bef Text Font Color

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

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


#4a7bef Background Color

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

This div background color is #4a7bef


#4a7bef Border Color

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

This div border color is #4a7bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a7bef


Comments

No comments written yet.

Please login to write comment.