Color Hex Logo

#490dbc Color Hex

#490DBC
(73,13,188)
0 Favorites   0 Comments

Color spaces of #490dbc

RGB 7313188
HSL0.720.870.39
HSV261°93°74°
CMYK 0.610.930.00   0.26
XYZ11.96875.335247.9759
Yxy5.33520.18330.0817
Hunter Lab23.098152.0716-106.9799
CIE-Lab27.669262.3853-76.8977

#490dbc color RGB value is (73,13,188).

#490dbc hex color red value is 73, green value is 13 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #490dbc hue: 0.72 , saturation: 0.87 and the lightness value of 490dbc is 0.39.

The process color (four color CMYK) of #490dbc color hex is 0.61, 0.93, 0.00, 0.26. Web safe color of #490dbc is #3300cc. Color #490dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001101 10111100
Octal 111 15 274
Decimal 73 13 188
Hex 49 D BC

RGB Percentages of Color #490dbc

%26.64
%4.74
%68.61

CMYK Percentages of Color #490dbc

%61
%93
%0
%26

Triadic Colors of #490dbc

#490dbc #bc490d #0dbc49

Analogous Colors of #490dbc

#490dbc #a10dbc #0d29bc

Monochromatic Colors of #490dbc

#490dbc

Complementary Color

#490dbc #80bc0d

#490dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#490dbc Color CSS Codes

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

#490dbc Text Font Color

<p style="color:#490dbc">Text here</p>

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


#490dbc Background Color

<div style="background-color:#490dbc">
Div content here</div>

This div background color is #490dbc


#490dbc Border Color

<div style="border:3px solid #490dbc">
Div here</div>

This div border color is #490dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,13,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #490dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #490dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #490dbc;
  box-shadow:         1px 1px 3px 2px #490dbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490dbc


Comments

No comments written yet.

Please login to write comment.