#4686BA

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

Shades of Steel Blue #4686BA

Tints of Steel Blue #4686BA

Color information

#4686BA (or 0x4686BA) is unknown color: approx Steel Blue. HEX triplet: 46, 86 and BA. RGB value is (70,134,186). Sum of RGB (Red+Green+Blue) = 70+134+186=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #4686BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4686BA is #B97945. Grayscale: #787878. Windows color (decimal): -12155206 or 12224070. OLE color: 12224070.

HSL color Cylindrical-coordinate representation of color #4686BA: hue angle of 206.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4686BA is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB70134186-
CMYK0.620.2800.27
HSL206.9º45.67%50.2%-
HSV(B)206.9º62.37%72.94%-
XYZ19.9121.949.63-
YUV120.79164.891.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.95%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=17.95%
G=34.36%
B=47.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701341860.620.2800.27206.945.6750.2
Hex4686BA3E1C01Bcf2e32
Octal10620627276340333175662
Binary100011010000110101110101111101110001101111001111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4686BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4686BA; }

 p { color: rgb(70,134,186); }

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

<style>
 a { background-color: #4686BA; }

 a { background-color: rgb(70,134,186); }

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

<style>
 span { border-color: #4686BA; }

 span { border-color: rgb(70,134,186); }

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