Color Hex Logo

#4a99fd Color Hex

#4A99FD
(74,153,253)
0 Favorites   0 Comments

Color spaces of #4a99fd

RGB 74153253
HSL0.590.980.64
HSV214°71°99°
CMYK 0.710.400.00   0.01
XYZ31.944931.330297.2922
Yxy31.33020.19900.1951
Hunter Lab55.97343.9194-63.8757
CIE-Lab62.78548.0435-56.7985

#4a99fd color RGB value is (74,153,253).

#4a99fd hex color red value is 74, green value is 153 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4a99fd hue: 0.59 , saturation: 0.98 and the lightness value of 4a99fd is 0.64.

The process color (four color CMYK) of #4a99fd color hex is 0.71, 0.40, 0.00, 0.01. Web safe color of #4a99fd is #3399ff. Color #4a99fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10011001 11111101
Octal 112 231 375
Decimal 74 153 253
Hex 4A 99 FD

RGB Percentages of Color #4a99fd

%15.42
%31.88
%52.71

CMYK Percentages of Color #4a99fd

%71
%40
%0
%1

Triadic Colors of #4a99fd

#4a99fd #fd4a99 #99fd4a

Analogous Colors of #4a99fd

#4a99fd #554afd #4af3fd

Monochromatic Colors of #4a99fd

#4a99fd

Complementary Color

#4a99fd #fdae4a

#4a99fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a99fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a99fd Color CSS Codes

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

#4a99fd Text Font Color

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

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


#4a99fd Background Color

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

This div background color is #4a99fd


#4a99fd Border Color

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

This div border color is #4a99fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a99fd


Comments

No comments written yet.

Please login to write comment.