#4684BC

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

Shades of Steel Blue #4684BC

Tints of Steel Blue #4684BC

Color information

#4684BC (or 0x4684BC) is unknown color: approx Steel Blue. HEX triplet: 46, 84 and BC. RGB value is (70,132,188). Sum of RGB (Red+Green+Blue) = 70+132+188=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #4684BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4684BC is #B97B43. Grayscale: #777777. Windows color (decimal): -12155716 or 12354630. OLE color: 12354630.

HSL color Cylindrical-coordinate representation of color #4684BC: hue angle of 208.47º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4684BC is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB70132188-
CMYK0.630.3000.26
HSL208.47º46.83%50.59%-
HSV(B)208.47º62.77%73.73%-
XYZ19.8521.4450.67-
YUV119.85166.4692.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.95%
GREEN value IS 132 (51.95% from 255) = 33.85%
BLUE value IS 188 (73.83% from 255) = 48.21%
R=17.95%
G=33.85%
B=48.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701321880.630.3000.26208.4746.8350.59
Hex4684BC3F1E01Ad02f33
Octal10620427477360323205763
Binary100011010000100101111001111111111001101011010000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4684BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4684BC; }

 p { color: rgb(70,132,188); }

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

<style>
 a { background-color: #4684BC; }

 a { background-color: rgb(70,132,188); }

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

<style>
 span { border-color: #4684BC; }

 span { border-color: rgb(70,132,188); }

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