Color Hex Logo

#4930ca Color Hex

#4930CA
(73,48,202)
0 Favorites   0 Comments

Color spaces of #4930ca

RGB 7348202
HSL0.690.620.49
HSV250°76°79°
CMYK 0.640.760.00   0.21
XYZ14.46537.794656.6192
Yxy7.79460.18340.0988
Hunter Lab27.918843.6265-100.6966
CIE-Lab33.551453.3683-75.3956

#4930ca color RGB value is (73,48,202).

#4930ca hex color red value is 73, green value is 48 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4930ca hue: 0.69 , saturation: 0.62 and the lightness value of 4930ca is 0.49.

The process color (four color CMYK) of #4930ca color hex is 0.64, 0.76, 0.00, 0.21. Web safe color of #4930ca is #3333cc. Color #4930ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110000 11001010
Octal 111 60 312
Decimal 73 48 202
Hex 49 30 CA

RGB Percentages of Color #4930ca

%22.60
%14.86
%62.54

CMYK Percentages of Color #4930ca

%64
%76
%0
%21

Triadic Colors of #4930ca

#4930ca #ca4930 #30ca49

Analogous Colors of #4930ca

#4930ca #9630ca #3064ca

Monochromatic Colors of #4930ca

#4930ca

Complementary Color

#4930ca #b1ca30

#4930ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4930ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4930ca Color CSS Codes

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

#4930ca Text Font Color

<p style="color:#4930ca">Text here</p>

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


#4930ca Background Color

<div style="background-color:#4930ca">
Div content here</div>

This div background color is #4930ca


#4930ca Border Color

<div style="border:3px solid #4930ca">
Div here</div>

This div border color is #4930ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,48,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4930ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4930ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4930ca;
  box-shadow:         1px 1px 3px 2px #4930ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4930ca


Comments

No comments written yet.

Please login to write comment.