Color Hex Logo

#4960fb Color Hex

#4960FB
(73,96,251)
0 Favorites   0 Comments

Color spaces of #4960fb

RGB 7396251
HSL0.650.960.64
HSV232°71°98°
CMYK 0.710.620.00   0.02
XYZ24.343116.747293.2163
Yxy16.74720.18130.1247
Hunter Lab40.923334.5642-106.4060
CIE-Lab47.939941.9253-79.6656

#4960fb color RGB value is (73,96,251).

#4960fb hex color red value is 73, green value is 96 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4960fb hue: 0.65 , saturation: 0.96 and the lightness value of 4960fb is 0.64.

The process color (four color CMYK) of #4960fb color hex is 0.71, 0.62, 0.00, 0.02. Web safe color of #4960fb is #3366ff. Color #4960fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100000 11111011
Octal 111 140 373
Decimal 73 96 251
Hex 49 60 FB

RGB Percentages of Color #4960fb

%17.38
%22.86
%59.76

CMYK Percentages of Color #4960fb

%71
%62
%0
%2

Triadic Colors of #4960fb

#4960fb #fb4960 #60fb49

Analogous Colors of #4960fb

#4960fb #8b49fb #49b9fb

Monochromatic Colors of #4960fb

#4960fb

Complementary Color

#4960fb #fbe449

#4960fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4960fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4960fb Color CSS Codes

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

#4960fb Text Font Color

<p style="color:#4960fb">Text here</p>

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


#4960fb Background Color

<div style="background-color:#4960fb">
Div content here</div>

This div background color is #4960fb


#4960fb Border Color

<div style="border:3px solid #4960fb">
Div here</div>

This div border color is #4960fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,96,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4960fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4960fb;
  -webkit-box-shadow: 1px 1px 3px 2px #4960fb;
  box-shadow:         1px 1px 3px 2px #4960fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4960fb


Comments

No comments written yet.

Please login to write comment.