Color Hex Logo

#486dda Color Hex

#486DDA
(72,109,218)
0 Favorites   0 Comments

Color spaces of #486dda

RGB 72109218
HSL0.620.660.57
HSV225°67°85°
CMYK 0.670.500.00   0.15
XYZ20.796017.377068.5877
Yxy17.37700.19480.1628
Hunter Lab41.685716.0993-68.3729
CIE-Lab48.731622.2739-59.8390

#486dda color RGB value is (72,109,218).

#486dda hex color red value is 72, green value is 109 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #486dda hue: 0.62 , saturation: 0.66 and the lightness value of 486dda is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101101 11011010
Octal 110 155 332
Decimal 72 109 218
Hex 48 6D DA

RGB Percentages of Color #486dda

%18.05
%27.32
%54.64

CMYK Percentages of Color #486dda

%67
%50
%0
%15

Triadic Colors of #486dda

#486dda #da486d #6dda48

Analogous Colors of #486dda

#486dda #6c48da #48b6da

Monochromatic Colors of #486dda

#486dda

Complementary Color

#486dda #dab548

#486dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#486dda Color CSS Codes

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

#486dda Text Font Color

<p style="color:#486dda">Text here</p>

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


#486dda Background Color

<div style="background-color:#486dda">
Div content here</div>

This div background color is #486dda


#486dda Border Color

<div style="border:3px solid #486dda">
Div here</div>

This div border color is #486dda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,109,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #486dda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #486dda;
  -webkit-box-shadow: 1px 1px 3px 2px #486dda;
  box-shadow:         1px 1px 3px 2px #486dda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,109,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 #486dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486dda


Comments

No comments written yet.

Please login to write comment.