Color Hex Logo

#4975fa Color Hex

#4975FA
(73,117,250)
0 Favorites   0 Comments

Color spaces of #4975fa

RGB 73117250
HSL0.630.950.63
HSV225°71°98°
CMYK 0.710.530.00   0.02
XYZ26.364321.041293.1143
Yxy21.04120.18760.1497
Hunter Lab45.870722.3196-88.2451
CIE-Lab52.994628.6935-70.8814

#4975fa color RGB value is (73,117,250).

#4975fa hex color red value is 73, green value is 117 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4975fa hue: 0.63 , saturation: 0.95 and the lightness value of 4975fa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110101 11111010
Octal 111 165 372
Decimal 73 117 250
Hex 49 75 FA

RGB Percentages of Color #4975fa

%16.59
%26.59
%56.82

CMYK Percentages of Color #4975fa

%71
%53
%0
%2

Triadic Colors of #4975fa

#4975fa #fa4975 #75fa49

Analogous Colors of #4975fa

#4975fa #7649fa #49cefa

Monochromatic Colors of #4975fa

#4975fa

Complementary Color

#4975fa #face49

#4975fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4975fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4975fa Color CSS Codes

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

#4975fa Text Font Color

<p style="color:#4975fa">Text here</p>

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


#4975fa Background Color

<div style="background-color:#4975fa">
Div content here</div>

This div background color is #4975fa


#4975fa Border Color

<div style="border:3px solid #4975fa">
Div here</div>

This div border color is #4975fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,117,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4975fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4975fa;
  -webkit-box-shadow: 1px 1px 3px 2px #4975fa;
  box-shadow:         1px 1px 3px 2px #4975fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4975fa


Comments

No comments written yet.

Please login to write comment.