Color Hex Logo

#4977ff Color Hex

#4977FF
(73,119,255)
0 Favorites   0 Comments

Color spaces of #4977ff

RGB 73119255
HSL0.621.000.64
HSV225°71°100°
CMYK 0.710.530.00   0.00
XYZ27.394521.830197.3775
Yxy21.83010.18690.1489
Hunter Lab46.722722.8936-90.8639
CIE-Lab53.846329.2155-72.2670

#4977ff color RGB value is (73,119,255).

#4977ff hex color red value is 73, green value is 119 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4977ff hue: 0.62 , saturation: 1.00 and the lightness value of 4977ff is 0.64.

The process color (four color CMYK) of #4977ff color hex is 0.71, 0.53, 0.00, 0.00. Web safe color of #4977ff is #3366ff. Color #4977ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110111 11111111
Octal 111 167 377
Decimal 73 119 255
Hex 49 77 FF

RGB Percentages of Color #4977ff

%16.33
%26.62
%57.05

CMYK Percentages of Color #4977ff

%71
%53
%0
%0

Triadic Colors of #4977ff

#4977ff #ff4977 #77ff49

Analogous Colors of #4977ff

#4977ff #7649ff #49d2ff

Monochromatic Colors of #4977ff

#4977ff

Complementary Color

#4977ff #ffd149

#4977ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4977ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4977ff Color CSS Codes

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

#4977ff Text Font Color

<p style="color:#4977ff">Text here</p>

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


#4977ff Background Color

<div style="background-color:#4977ff">
Div content here</div>

This div background color is #4977ff


#4977ff Border Color

<div style="border:3px solid #4977ff">
Div here</div>

This div border color is #4977ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,119,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4977ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4977ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4977ff;
  box-shadow:         1px 1px 3px 2px #4977ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,119,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4977ff

Related Colors


Comments

No comments written yet.

Please login to write comment.