Color Hex Logo

#4682b4 Color Hex SteelBlue

#4682B4
(70,130,180)
50 Favorites   1 Comments

Color spaces of #4682b4 SteelBlue

RGB 70130180
HSL0.580.440.49
HSV207°61°71°
CMYK 0.610.280.00   0.29
XYZ18.746620.562646.1609
Yxy20.56260.21930.2406
Hunter Lab45.3460-5.5614-28.6133
CIE-Lab52.4674-4.0702-32.1982

#4682b4 color RGB value is (70,130,180). #4682b4 color name is SteelBlue color.

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

The process color (four color CMYK) of #4682b4 color hex is 0.61, 0.28, 0.00, 0.29. Web safe color of #4682b4 is #3399cc. Color #4682b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000010 10110100
Octal 106 202 264
Decimal 70 130 180
Hex 46 82 B4

RGB Percentages of Color #4682b4

%18.42
%34.21
%47.37

CMYK Percentages of Color #4682b4

%61
%28
%0
%29

Triadic Colors of #4682b4

#4682b4 #b44682 #82b446

Analogous Colors of #4682b4

#4682b4 #464bb4 #46b4af

Monochromatic Colors of #4682b4

#4682b4

Complementary Color

#4682b4 #b47846

#4682b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4682b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4682b4 Color CSS Codes

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

#4682b4 Text Font Color

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

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


#4682b4 Background Color

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

This div background color is #4682b4


#4682b4 Border Color

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

This div border color is #4682b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4682b4


Comments

3 Nov 2015, 11:56 KernelPanic

I have icon set made with this colors. I need same icon set but with different color representing error state of device(s). However, pure red (#ff0000) is too bright in the means of steelblue. Which red color variant do you propose for red icons set?

Please login to write comment.