Color Hex Logo

#4955ff Color Hex

#4955FF
(73,85,255)
0 Favorites   0 Comments

Color spaces of #4955ff

RGB 7385255
HSL0.661.000.64
HSV236°71°100°
CMYK 0.710.670.00   0.00
XYZ24.046215.133596.2614
Yxy15.13350.17750.1117
Hunter Lab38.901842.2573-119.4802
CIE-Lab45.816549.7817-85.3724

#4955ff color RGB value is (73,85,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010101 11111111
Octal 111 125 377
Decimal 73 85 255
Hex 49 55 FF

RGB Percentages of Color #4955ff

%17.68
%20.58
%61.74

CMYK Percentages of Color #4955ff

%71
%67
%0
%0

Triadic Colors of #4955ff

#4955ff #ff4955 #55ff49

Analogous Colors of #4955ff

#4955ff #9849ff #49b0ff

Monochromatic Colors of #4955ff

#4955ff

Complementary Color

#4955ff #fff349

#4955ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4955ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4955ff Color CSS Codes

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

#4955ff Text Font Color

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

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


#4955ff Background Color

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

This div background color is #4955ff


#4955ff Border Color

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

This div border color is #4955ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,85,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 #4955ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4955ff

Related Colors


Comments

No comments written yet.

Please login to write comment.