#4681B5

Color #4681B5 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4681B5

Tints of Steel Blue #4681B5

Color information

#4681B5 (or 0x4681B5) is unknown color: approx Steel Blue. HEX triplet: 46, 81 and B5. RGB value is (70,129,181). Sum of RGB (Red+Green+Blue) = 70+129+181=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 181 - color contains mainly: blue. Hex color #4681B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4681B5 is #B97E4A. Grayscale: #757575. Windows color (decimal): -12156491 or 11895110. OLE color: 11895110.

HSL color Cylindrical-coordinate representation of color #4681B5: hue angle of 208.11º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4681B5 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB70129181-
CMYK0.610.2900.29
HSL208.11º44.22%49.22%-
HSV(B)208.11º61.33%70.98%-
XYZ18.7220.3446.66-
YUV117.29163.9594.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 18.42%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 181 (71.09% from 255) = 47.63%
R=18.42%
G=33.95%
B=47.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal701291810.610.2900.29208.1144.2249.22
Hex4681B53D1D01Dd02c31
Octal10620126575350353205461
Binary100011010000001101101011111011110101110111010000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4681B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4681B5; }

 p { color: rgb(70,129,181); }

 H1.HeaderClassName
 {
   color: #4681B5;
 }
 .AnyTagClassName
 {
   color: #4681B5;
 }
</style>
background-color css

<style>
 a { background-color: #4681B5; }

 a { background-color: rgb(70,129,181); }

 div.DivClassName
 {
   background-color: #4681B5;
 }
 .BgClassName
 {
   background-color: #4681B5;
 }
</style>
border-color css

<style>
 span { border-color: #4681B5; }

 span { border-color: rgb(70,129,181); }

 td.TdClassName
 {
   border-color: #4681B5;
 }
 .TagClassName
 {
   border-color: #4681B5;
 }
</style>