Color Hex Logo

#4958da Color Hex

#4958DA
(73,88,218)
0 Favorites   0 Comments

Color spaces of #4958da

RGB 7388218
HSL0.650.660.57
HSV234°67°85°
CMYK 0.670.600.00   0.15
XYZ18.892313.457967.9316
Yxy13.45790.18840.1342
Hunter Lab36.685027.7264-84.1110
CIE-Lab43.445235.5706-68.4050

#4958da color RGB value is (73,88,218).

#4958da hex color red value is 73, green value is 88 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4958da hue: 0.65 , saturation: 0.66 and the lightness value of 4958da is 0.57.

The process color (four color CMYK) of #4958da color hex is 0.67, 0.60, 0.00, 0.15. Web safe color of #4958da is #3366cc. Color #4958da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011000 11011010
Octal 111 130 332
Decimal 73 88 218
Hex 49 58 DA

RGB Percentages of Color #4958da

%19.26
%23.22
%57.52

CMYK Percentages of Color #4958da

%67
%60
%0
%15

Triadic Colors of #4958da

#4958da #da4958 #58da49

Analogous Colors of #4958da

#4958da #8349da #49a1da

Monochromatic Colors of #4958da

#4958da

Complementary Color

#4958da #dacb49

#4958da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4958da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4958da Color CSS Codes

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

#4958da Text Font Color

<p style="color:#4958da">Text here</p>

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


#4958da Background Color

<div style="background-color:#4958da">
Div content here</div>

This div background color is #4958da


#4958da Border Color

<div style="border:3px solid #4958da">
Div here</div>

This div border color is #4958da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,88,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4958da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4958da;
  -webkit-box-shadow: 1px 1px 3px 2px #4958da;
  box-shadow:         1px 1px 3px 2px #4958da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4958da


Comments

No comments written yet.

Please login to write comment.