#4688BA

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

Shades of Steel Blue #4688BA

Tints of Steel Blue #4688BA

Color information

#4688BA (or 0x4688BA) is unknown color: approx Steel Blue. HEX triplet: 46, 88 and BA. RGB value is (70,136,186). Sum of RGB (Red+Green+Blue) = 70+136+186=392 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.86% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #4688BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4688BA is #B97745. Grayscale: #797979. Windows color (decimal): -12154694 or 12224582. OLE color: 12224582.

HSL color Cylindrical-coordinate representation of color #4688BA: hue angle of 205.86º 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 #4688BA is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB70136186-
CMYK0.620.2700.27
HSL205.86º45.67%50.2%-
HSV(B)205.86º62.37%72.94%-
XYZ20.1922.4649.72-
YUV121.97164.1390.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.86%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=17.86%
G=34.69%
B=47.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701361860.620.2700.27205.8645.6750.2
Hex4688BA3E1B01Bce2e32
Octal10621027276330333165662
Binary100011010001000101110101111101101101101111001110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4688BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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