Color Hex Logo

#4682be Color Hex

#4682BE
(70,130,190)
0 Favorites   0 Comments

Color spaces of #4682be

RGB 70130190
HSL0.580.480.51
HSV210°63°75°
CMYK 0.630.320.00   0.25
XYZ19.802720.985151.7220
Yxy20.98510.21410.2268
Hunter Lab45.8095-3.0040-34.8757
CIE-Lab52.9332-0.7118-37.2013

#4682be color RGB value is (70,130,190).

#4682be hex color red value is 70, green value is 130 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4682be hue: 0.58 , saturation: 0.48 and the lightness value of 4682be is 0.51.

The process color (four color CMYK) of #4682be color hex is 0.63, 0.32, 0.00, 0.25. Web safe color of #4682be is #3399cc. Color #4682be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000010 10111110
Octal 106 202 276
Decimal 70 130 190
Hex 46 82 BE

RGB Percentages of Color #4682be

%17.95
%33.33
%48.72

CMYK Percentages of Color #4682be

%63
%32
%0
%25

Triadic Colors of #4682be

#4682be #be4682 #82be46

Analogous Colors of #4682be

#4682be #4646be #46bebe

Monochromatic Colors of #4682be

#4682be

Complementary Color

#4682be #be8246

#4682be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4682be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4682be Color CSS Codes

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

#4682be Text Font Color

<p style="color:#4682be">Text here</p>

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


#4682be Background Color

<div style="background-color:#4682be">
Div content here</div>

This div background color is #4682be


#4682be Border Color

<div style="border:3px solid #4682be">
Div here</div>

This div border color is #4682be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,130,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4682be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4682be;
  -webkit-box-shadow: 1px 1px 3px 2px #4682be;
  box-shadow:         1px 1px 3px 2px #4682be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,130,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4682be


Comments

No comments written yet.

Please login to write comment.