Color Hex Logo

#4982da Color Hex

#4982DA
(73,130,218)
0 Favorites   0 Comments

Color spaces of #4982da

RGB 73130218
HSL0.600.660.57
HSV216°67°85°
CMYK 0.670.400.00   0.15
XYZ23.385222.443769.4292
Yxy22.44370.20290.1947
Hunter Lab47.37485.2055-53.7290
CIE-Lab54.49469.4513-50.6010

#4982da color RGB value is (73,130,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000010 11011010
Octal 111 202 332
Decimal 73 130 218
Hex 49 82 DA

RGB Percentages of Color #4982da

%17.34
%30.88
%51.78

CMYK Percentages of Color #4982da

%67
%40
%0
%15

Triadic Colors of #4982da

#4982da #da4982 #82da49

Analogous Colors of #4982da

#4982da #5849da #49cbda

Monochromatic Colors of #4982da

#4982da

Complementary Color

#4982da #daa149

#4982da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4982da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4982da Color CSS Codes

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

#4982da Text Font Color

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

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


#4982da Background Color

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

This div background color is #4982da


#4982da Border Color

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

This div border color is #4982da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,130,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 #4982da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4982da


Comments

No comments written yet.

Please login to write comment.