#4486ba

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

Shades of Steel Blue #4486BA

Tints of Steel Blue #4486BA

Color information

#4486BA (or 0x4486BA) is unknown color: approx Steel Blue. HEX triplet: 44, 86 and BA. RGB value is (68,134,186). Sum of RGB (Red+Green+Blue) = 68+134+186=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #4486BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4486BA is #BB7945. Grayscale: #777777. Windows color (decimal): -12286278 or 12224068. OLE color: 12224068.

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

Color convert

RGB68134186-
CMYK0.630.2800.27
HSL206.44º46.46%49.8%-
HSV(B)206.44º63.44%72.94%-
XYZ19.7721.8249.62-
YUV120.19165.1390.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.53%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 186 (73.05% from 255) = 47.94%
R=17.53%
G=34.54%
B=47.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681341860.630.2800.27206.4446.4649.8
Hex4486BA3F1C01Bce2e32
Octal10420627277340333165662
Binary100010010000110101110101111111110001101111001110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4486ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4486ba; }

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

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

<style>
 a { background-color: #4486ba; }

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

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

<style>
 span { border-color: #4486ba; }

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

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